mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
fix: 解决创建网站之后无法申请HTTP校验证书的BUG
This commit is contained in:
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…
x
Reference in New Issue
Block a user