Merge pull request #12583 from Budibase/fix-nginx-config
Allow cluster internal traffic to hit the nginx status endpoint.
This commit is contained in:
commit
f462efa9b2
|
@ -257,6 +257,7 @@ http {
|
|||
|
||||
access_log off;
|
||||
allow 127.0.0.1;
|
||||
allow 10.0.0.0/8;
|
||||
deny all;
|
||||
|
||||
location /nginx_status {
|
||||
|
|
Loading…
Reference in New Issue