fixed zabbix nginx status install

This commit is contained in:
2018-10-29 16:38:01 +01:00
parent 3bc0ee06ee
commit 10f038f0dc
2 changed files with 4 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ server {
stub_status on;
access_log off;
allow 127.0.0.1;
# allow ZABBIX-SERVER-IP;
# allow CURRENT-SERVER-IP;
deny all;
}
}