mirror of https://github.com/1Panel-dev/1Panel
zhengkunwang223
2 years ago
committed by
zhengkunwang223
4 changed files with 38 additions and 2 deletions
@ -0,0 +1,13 @@
|
||||
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; |
||||
} |
Loading…
Reference in new issue