fix alchemy static directory issue

This commit is contained in:
moicen
2022-05-26 22:09:03 +08:00
parent be7152bad2
commit 0d0ff7dd1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ server {
proxy_set_header X-Forwarded-Host $remote_addr; proxy_set_header X-Forwarded-Host $remote_addr;
} }
root $resty_loc/nginx/html/alchemy/admin; root $resty_loc/nginx/html/admin;
index index.html; index index.html;
add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Origin $http_origin always;
+1 -1
View File
@@ -21,7 +21,7 @@ server {
proxy_set_header X-Forwarded-Host $remote_addr; proxy_set_header X-Forwarded-Host $remote_addr;
} }
root $resty_loc/nginx/html/alchemy/music-room; root $resty_loc/nginx/html/music-room;
index index.html; index index.html;
# 公众号校验 炼金工坊 # 公众号校验 炼金工坊