setup snmpd
This commit is contained in:
11
roles/webserver/files/nginx_localhost
Normal file
11
roles/webserver/files/nginx_localhost
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
location /nginx-status {
|
||||
stub_status on;
|
||||
access_log off;
|
||||
allow 127.0.0.1;
|
||||
allow ::1;
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user