This commit is contained in:
NuklearRabbit
2026-07-24 20:29:23 +02:00
commit 66060348da
107 changed files with 14771 additions and 0 deletions
@@ -0,0 +1,8 @@
# Example virtual-host fragment. Keep this endpoint outside the application
# process so it can still report a failed release when the app itself is down.
location = /.well-known/forgeflow {
default_type application/json;
alias /var/lib/forgeflow-status/example-app-production.json;
add_header Cache-Control "no-store" always;
add_header X-Content-Type-Options "nosniff" always;
}