Commit Graph

2 Commits

Author SHA1 Message Date
Claude Agent
cfcae03682 fix(deploy): add --root-path /gomag to start.bat for IIS reverse proxy
IIS proxies /gomag/* to localhost:5003, so uvicorn needs --root-path /gomag
to serve static files and routes correctly under the prefix.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 14:06:33 +00:00
Claude Agent
19f6b496dd fix(deploy): add start.bat for Windows NSSM service
start.bat was created manually on the server but not tracked in git.
git clean -fd in update.ps1 deleted it, preventing service restart.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 14:04:32 +00:00