1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-14 21:42:31 +08:00
2023-05-18 18:25:00 +08:00

18 lines
344 B
Plaintext

server {
listen 80 ;
server_name 127.0.0.1;
charset utf-8;
default_type text/html;
location ~ /.well-known/acme-challenge {
allow all;
root /usr/share/nginx/html;
}
location /nginx_status {
stub_status on;
access_log off;
}
root /usr/share/nginx/html;
}