fix(api): Cache-Control: no-cache on dashboard HTML #148

Merged
razvandimescu merged 1 commits from fix/dashboard-cache into main 2026-04-24 22:59:30 +08:00

1 Commits

Author SHA1 Message Date
Razvan Dimescu
4aa91a5236 fix(api): Cache-Control: no-cache on dashboard HTML
Browsers heuristically cached the dashboard page because the response
carried no Cache-Control header, so a numa upgrade on the daemon did
not surface updated PATH_DEFS (e.g. the UPSTREAM row added in v0.14.0)
until the user hard-reloaded. Force revalidation on every load.
Closes #144.
2026-04-24 17:51:14 +03:00