mirror of https://github.com/1Panel-dev/1Panel
fix: 解决创建网站之后无法申请HTTP校验证书的BUG
parent
c6ad2f9a8e
commit
98fd3d3e95
|
@ -25,4 +25,10 @@ server {
|
|||
set $cookieMatch on;
|
||||
set $postMatch on;
|
||||
set $Redirect on;
|
||||
|
||||
|
||||
location ~ /.well-known/acme-challenge {
|
||||
allow all;
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue