7 lines
94 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
location /nginx-status {
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
}