1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

Merge pull request #12583 from Budibase/fix-nginx-config

Allow cluster internal traffic to hit the nginx status endpoint.
This commit is contained in:
Sam Rose 2023-12-14 15:41:50 +00:00 committed by GitHub
commit f462efa9b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,6 +257,7 @@ http {
access_log off;
allow 127.0.0.1;
allow 10.0.0.0/8;
deny all;
location /nginx_status {