9 lines
397 B
Plaintext
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;
|
|
}
|