fix alchemy static directory issue
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -21,7 +21,7 @@ server {
|
||||
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;
|
||||
|
||||
# 公众号校验 炼金工坊
|
||||
|
||||
Reference in New Issue
Block a user