added zabbix-agent install
This commit is contained in:
@@ -76,6 +76,13 @@ server {
|
||||
return 404;
|
||||
}
|
||||
|
||||
location /nginx_status {
|
||||
stub_status on;
|
||||
access_log off;
|
||||
allow 127.0.0.1;
|
||||
allow ZABBIX-SERVER-IP;
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user