Files
taxbaik/.gitea/workflows
kjh2064 aaa867ce02
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m19s
fix: Correct Nginx proxy port configuration (5001, not 5004)
DISCOVERY:
- Nginx was incorrectly set to port 5004 (app server)
- Correct setting is port 5001 (TaxBaik.Proxy)
- Proxy reads taxbaik_port file and auto-routes to active port

ARCHITECTURE:
Nginx (5001) → TaxBaik.Proxy (5001) → Active Port (5003/5004)

FIX:
- Added validation in CI workflow to check Nginx config
- Manual intervention note for operators
- Will prevent 404 errors on next deployment

IMMEDIATE ACTION REQUIRED:
Server operator must run on 178.104.200.7:
  sudo sed -i 's|proxy_pass         http://127.0.0.1:500[34];|proxy_pass         http://127.0.0.1:5001;|g' /etc/nginx/sites-available/default
  sudo nginx -t && sudo systemctl reload nginx

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-03 18:23:46 +09:00
..