mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-24 23:38:20 -05:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
server {
|
||
|
listen 8090;
|
||
|
location /nginx_status {
|
||
|
stub_status;
|
||
|
access_log off;
|
||
|
}
|
||
|
}
|