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
1 changed files with 1 additions and 0 deletions

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 {