修正看看

This commit is contained in:
2026-08-08 16:37:32 +08:00
parent ba660d0c57
commit 9276ed7358
13 changed files with 123 additions and 28 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ try_files $uri $uri/ /index.php?$query_string;
# Let's Encrypt HTTP-01 验证路径(否则证书签发 404)
location ^~ /.well-known/acme-challenge/ {
root /www/wwwroot/st-joyapparel.com; # 改成你的项目真实根目录(不含 /public)
root /www/wwwroot/coolcoth.com; # 改成你的项目真实根目录(不含 /public)
default_type text/plain;
}