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;
}
root $resty_loc/nginx/html/alchemy/admin;
root $resty_loc/nginx/html/admin;
index index.html;
add_header Access-Control-Allow-Origin $http_origin always;