This commit is contained in:
parent
934c94cb5c
commit
1b59b548fa
3 changed files with 16 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue