From de6d918d42db53a91930ef4da7b15bc2690efe7b Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 1 Apr 2026 15:41:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20nginx=20=EB=A0=88=EA=B1=B0=EC=8B=9C=20?= =?UTF-8?q?=EB=A6=AC=EB=8B=A4=EC=9D=B4=EB=A0=89=ED=8A=B8=20tkds=E2=86=92tk?= =?UTF-8?q?fb=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /login, /dashboard 경로가 여전히 tkds.technicalkorea.net으로 302/301 리다이렉트하고 있었음. 이게 진짜 원인. Co-Authored-By: Claude Opus 4.6 (1M context) --- system1-factory/web/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system1-factory/web/nginx.conf b/system1-factory/web/nginx.conf index 0394ded..26bd05b 100644 --- a/system1-factory/web/nginx.conf +++ b/system1-factory/web/nginx.conf @@ -100,12 +100,12 @@ server { proxy_send_timeout 180s; } - # 레거시 /login, /dashboard → gateway(tkds) 리다이렉트 + # 레거시 /login, /dashboard → gateway 리다이렉트 location = /login { - return 302 $scheme://tkds.technicalkorea.net/dashboard$is_args$args; + return 302 $scheme://tkfb.technicalkorea.net/dashboard$is_args$args; } location = /dashboard { - return 301 $scheme://tkds.technicalkorea.net/dashboard; + return 301 $scheme://tkfb.technicalkorea.net/dashboard; } # Health check