blumeops/docs/changelog.d/+fix-forge-static-assets.bugfix.md
Erich Blume 1d62653871
All checks were successful
Deploy Fly.io Proxy / deploy (push) Successful in 1m26s
Fix forge.eblu.me static assets by adding missing Host header
The static asset cache block (css/js/png/etc) was missing
proxy_set_header Host, so Caddy received "forge.eblu.me" instead of
"forge.ops.eblu.me" and couldn't route the request. HTML loaded fine
because the main location / block had the header.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 16:00:56 -07:00

1 line
181 B
Markdown

Fixed forge.eblu.me static assets (CSS, JS, images, fonts) not loading — the proxy's static asset cache block was missing the `Host` header, so Caddy couldn't route the requests.