PDF변환 추가
This commit is contained in:
@@ -33,6 +33,14 @@ http {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_http_version 1.1;
|
||||
|
||||
# 캐시 비활성화 — HTML/JS 항상 최신 버전 제공
|
||||
proxy_no_cache 1;
|
||||
proxy_cache_bypass 1;
|
||||
add_header Cache-Control "no-cache, no-store, must-revalidate";
|
||||
add_header Pragma "no-cache";
|
||||
add_header Expires "0";
|
||||
|
||||
# 대용량 업로드를 위한 타임아웃
|
||||
proxy_connect_timeout 60s;
|
||||
|
||||
Reference in New Issue
Block a user