Update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user