nginx-ui/resources/demo/stub_status_nginx-ui.conf
2025-04-11 08:50:59 +00:00

13 lines
No EOL
326 B
Text

# DO NOT EDIT THIS FILE, IT IS AUTO GENERATED BY NGINX-UI
# Nginx stub_status configuration for Nginx-UI
# Modified at 2025-04-11 08:26:43
server {
listen 51820;
server_name localhost;
# Status monitoring interface
location /stub_status {
stub_status;
allow 127.0.0.1;
deny all;
}
}