[claude] nginx config for the-nexus.alexanderwhitestone.com (#211) #217

Merged
Timmy merged 2 commits from claude/issue-211 into main 2026-03-24 04:35:53 +00:00

2 Commits

Author SHA1 Message Date
Alexander Whitestone
237f2c09a4 fix: add sudo to nginx reload in deploy.sh
Refs #211

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 00:35:40 -04:00
Alexander Whitestone
51c857902a feat: add nginx.conf and update deploy.sh for the-nexus.alexanderwhitestone.com
Some checks failed
CI / validate (pull_request) Failing after 22s
CI / auto-merge (pull_request) Has been skipped
- nginx.conf: HTTP→HTTPS redirect, TLS via Let's Encrypt, gzip, long-lived
  cache headers for hashed assets, no-cache on index.html, WebSocket proxy
  for /ws → localhost:8080, static-file proxy to nexus-main Docker (port 4200)
- deploy.sh: git pull origin/main --hard-reset before docker rebuild/restart,
  nginx reload after successful deploy; documents expected VPS layout

Fixes #211

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 00:32:05 -04:00