Files
DirectAdmin-1.62.4/services/custombuild/custombuild.bk/custombuild/configure/nginx/conf/nginx-info.conf
tuend-work 4478491d73 z
2025-11-13 07:41:56 +07:00

13 lines
254 B
Plaintext

location /nginx_status {
# Enable nginx status page
stub_status on;
# Disable status page logging in access_log
access_log off;
# Allow access from 127.0.0.1
allow 127.0.0.1;
# Deny all the other connections
deny all;
}