1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 16:59:17 +08:00

13 lines
262 B
Plaintext
Raw Normal View History

2022-11-24 14:58:29 +08:00
server {
listen 80 default_server;
server_name _;
charset utf-8;
default_type text/html;
location ~ /.well-known/acme-challenge {
allow all;
root /usr/share/nginx/html;
}
root /usr/share/nginx/html;
}