caddy
Some checks failed
Deploy / build-deploy (push) Failing after 5m4s

This commit is contained in:
Jorijn van der Graaf 2026-08-05 04:32:52 +02:00
commit 1b59b548fa
3 changed files with 16 additions and 12 deletions

View file

@ -106,7 +106,7 @@ request arriving mid-copy never hits a truncated executable.
## If the backend is down
Caddy's `handle_response @down` falls back to serving the static `index.html`,
Caddy's `handle_errors` fallback serves the static `index.html`,
so the site degrades to the client-rendered wasm app rather than showing a 502.
Content still renders; what is lost is server-side rendering and real status
codes — an unknown path becomes a soft 404 again until the backend returns.