From 830652301327c8ebd7385069c4ce7e84eb125109 Mon Sep 17 00:00:00 2001 From: MinJunKKang Date: Mon, 25 Aug 2025 23:55:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=96=B4=EB=96=BB=EA=B2=8C=EB=93=A0=20?= =?UTF-8?q?=EB=90=98=EA=B2=A0=EB=83=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .platform/nginx/confid/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.platform/nginx/confid/nginx.conf b/.platform/nginx/confid/nginx.conf index c43520f..7e2a885 100644 --- a/.platform/nginx/confid/nginx.conf +++ b/.platform/nginx/confid/nginx.conf @@ -54,6 +54,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; if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin * always;