From 4aa3375f572f7d7e409e7d3edf2c1d491b0e8445 Mon Sep 17 00:00:00 2001 From: sohot8653 Date: Fri, 5 Sep 2025 16:56:48 +0900 Subject: [PATCH] =?UTF-8?q?[nginx=20=EC=84=A4=EC=A0=95=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0]=20nginx.conf=20=ED=8C=8C=EC=9D=BC=EC=97=90=20X-Forwa?= =?UTF-8?q?rded-Proto=20=ED=97=A4=EB=8D=94=EB=A5=BC=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=ED=95=98=EC=97=AC=20=ED=94=84=EB=A1=9D=EC=8B=9C=20=EC=9A=94?= =?UTF-8?q?=EC=B2=AD=EC=9D=98=20=ED=94=84=EB=A1=9C=ED=86=A0=EC=BD=9C=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=EB=A5=BC=20=EC=A0=84=EB=8B=AC=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=84=A4=EC=A0=95=ED=95=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx-1.28.0/conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx-1.28.0/conf/nginx.conf b/nginx-1.28.0/conf/nginx.conf index 15effda..3ff017e 100644 --- a/nginx-1.28.0/conf/nginx.conf +++ b/nginx-1.28.0/conf/nginx.conf @@ -31,6 +31,7 @@ http { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_http_version 1.1; + proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; } @@ -41,6 +42,7 @@ http { proxy_set_header Host $host; 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; } # (선택) 업로드 크게 받을 때