Files
ForgeFlow/examples/server/nginx-forgeflow-status.conf
T
2026-07-24 20:29:23 +02:00

9 lines
397 B
Plaintext

# 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;
}