7 lines
108 B
Text
7 lines
108 B
Text
server {
|
|
listen 8090;
|
|
location /nginx_status {
|
|
stub_status;
|
|
access_log off;
|
|
}
|
|
}
|