修正看看

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
@@ -9,7 +9,7 @@
# 放在原有 location / { try_files ... } 之前
location ^~ /.well-known/acme-challenge/ {
root /www/wwwroot/st-joyapparel.com; # 改成你的项目真实根目录(不含 /public)
root /www/wwwroot/coolcoth.com; # 改成你的项目真实根目录(不含 /public)
default_type text/plain;
try_files $uri =404;
}