From 9906f2696dd2fbf9e959e8ca2f69e2b70cceb579 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Wed, 8 Jul 2026 17:14:04 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=EB=B0=B0=ED=8F=AC:=20Nginx=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=B5=9C=EC=A0=81=ED=99=94=20(Option=20B)?= =?UTF-8?q?=20=EC=8B=A4=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 배포 내용 ✅ 코드 변경: - index.html: /taxbaik/ → / 경로 수정 - WASM base href 정상화 ✅ Nginx 설정: - 중복 location / 제거 - 단일 location / 블록으로 통일 - proxy_pass: / 경로 처리 ✅ 배포 검증: - 헬스 체크: /healthz (200) - 로컬호스트 모든 경로 검증 - Nginx 설정 문법 검증 ## 운영 서버 사전 조치 ✅ Nginx 롤백 완료 (HTTP 200 확인) ✅ 웹사이트 접근 가능 상태 유지 ## 예상 결과 ✅ 홈페이지: https://www.taxbaik.com/taxbaik/ ✅ 어드민: https://www.taxbaik.com/taxbaik/admin/login ✅ 무중단 배포 (Green-Blue) Co-Authored-By: Claude Haiku 4.5