mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
update nginx status config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user