peertube.rare/files/nginx_status.conf

8 lines
108 B
Plaintext
Raw Normal View History

2020-07-04 19:58:43 +00:00
server {
listen 8090;
location /nginx_status {
stub_status;
access_log off;
}
}