1
0
Fork 0
mirror of synced 2024-06-24 00:50:24 +12:00

Allow cluster internal traffic to hit the nginx status endpoint.

This commit is contained in:
Sam Rose 2023-12-14 15:35:45 +00:00
parent 359679dfc4
commit 995f24c64f
No known key found for this signature in database

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 {