update nginx status config

This commit is contained in:
2019-11-04 18:12:08 +08:00
parent a6d7488de8
commit f532249c36
+3 -3
View File
@@ -1,11 +1,11 @@
client_max_body_size 10240m;
server {
location /nginx_status {
location /nwhat_status {
stub_status on;
access_log off;
allow 192.168.1.0/24;
deny all;
allow all;
#deny all;
}
}