myvesta/install/ubuntu/17.10/nginx/status.conf
2018-05-31 16:01:46 +03:00

9 lines
178 B
Text

server {
listen 127.0.0.1:8084 default;
server_name _;
server_name_in_redirect off;
location / {
stub_status on;
access_log off;
}
}