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