site build: arc as index (CSP-clean node assembler), healthz endpoint, ship webps in-repo

This commit is contained in:
2026-08-17 14:48:52 +10:00
parent c0b9359e27
commit e69d0854b3
9 changed files with 85 additions and 50 deletions
+6
View File
@@ -36,6 +36,12 @@ server {
add_header Cache-Control "no-cache" always;
}
# Probe endpoint - no file IO, no cache headers, invisible to the CDN.
location = /healthz {
access_log off;
return 200 "ok";
}
# ---- Routing -------------------------------------------------------------
location / {
try_files $uri $uri/ $uri.html =404;