From 39d072b6eaf2da7d1f7df53b14ff904e3575b945 Mon Sep 17 00:00:00 2001 From: takch02 Date: Tue, 12 May 2026 16:18:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A6=AC=EB=B2=84=EC=8A=A4=20=ED=94=84?= =?UTF-8?q?=EB=A1=9D=EC=8B=9C=20=ED=99=98=EA=B2=BD=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=84=B8=EC=85=98=20=EC=BF=A0=ED=82=A4=20=EC=9C=A0=EC=A7=80?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=9C=20proxy=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 67077ee..e83a1ac 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,6 +53,7 @@ async function bootstrap() { secret: sessionSecret, resave: false, saveUninitialized: false, + proxy: !isLocal, // 리버스 프록시(Railway, Vercel 등) 신뢰 설정 cookie: { httpOnly: true, // 배포 환경(test/production): 크로스 도메인 허용 — HTTPS reverse proxy 필수