fix: 解决创建网站之后无法申请HTTP校验证书的BUG

pull/66/head
zhengkunwang223 2022-12-05 15:50:11 +08:00 committed by zhengkunwang223
parent c6ad2f9a8e
commit 98fd3d3e95
1 changed files with 6 additions and 0 deletions

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