Allow cluster internal traffic to hit the nginx status endpoint.
This commit is contained in:
parent
359679dfc4
commit
995f24c64f
|
@ -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