1
0
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:
zhengkunwang223 2022-12-05 15:50:11 +08:00 committed by zhengkunwang223
parent c6ad2f9a8e
commit 98fd3d3e95

View File

@ -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;
}
}