- ngx_http_empty_gif_module 모듈은 단일 픽셀 투명 GIF를 전송
- ngx_http_empty_gif_module 모듈 : Module ngx_http_empty_gif_module (nginx.org)
empty_gif 지시자
- 주변 위치에서 모듈 처리를 켬
- 문맥 : location
- 사용 문법
# 문법 empty_gif;
empty_gif 예제 구성
- 파일이 없는 경우 단일 픽셀 투명 GIF 전송할 수 있도록 설정
location = /my_img { access_log off; empty_gif; }
'Nginx > Nginx 모듈 학습' 카테고리의 다른 글
ngx_http_image_filter_module 모듈 (0) | 2023.09.21 |
---|---|
ngx_http_gzip_static_module 모듈 (1) | 2023.09.21 |
ngx_http_gunzip_module 모듈 (0) | 2023.09.21 |
ngx_http_addition_module 모듈 (0) | 2023.09.21 |
ngx_http_access_module 모듈 (0) | 2023.09.20 |