yerbamate-ml/files/nginx_status.conf

7 lines
108 B
Text

server {
listen 8090;
location /nginx_status {
stub_status;
access_log off;
}
}