Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
oneeee822 authored Feb 12, 2025
1 parent 23e867c commit 75cf852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ http {
proxy_set_header X-Forwarded-Proto https; # ✅ HTTPS로 고정
proxy_set_header X-Forwarded-Ssl on; # ✅ SSL 사용 명시

# ✅ Authorization 헤더 추가
proxy_set_header Authorization $http_authorization;

# 프록시 타임아웃 설정
proxy_connect_timeout 10s;
proxy_send_timeout 30s;
Expand Down

0 comments on commit 75cf852

Please sign in to comment.