1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00
vesta/install/ubuntu/13.10/nginx/status.conf

10 lines
178 B
Plaintext
Raw Permalink Normal View History

2013-10-14 12:23:41 +03:00
server {
listen 127.0.0.1:8084 default;
server_name _;
server_name_in_redirect off;
location / {
stub_status on;
access_log off;
}
}