2:7f4ad9be3e85
Anton Shestakov <engored@ya.ru>, Thu, 21 Jan 2016 01:50:21 +0800
roles: common, interactive, memcached, nginx, email

next change 16:c639338d47a0

roles/nginx/files/etc/nginx/sites-available/nginx_status

Permissions: -rw-r--r--

Other formats: Feeds:
server {
listen 127.0.0.1:80;
listen [::1]:80;
server_name localhost;
location /nginx_status {
stub_status on;
access_log off;
allow 127.0.0.1;
allow ::1;
deny all;
}
}