From 0d0ff7dd1e911093f6ff1a99ccacf75dda830786 Mon Sep 17 00:00:00 2001 From: moicen Date: Thu, 26 May 2022 22:09:03 +0800 Subject: [PATCH] fix alchemy static directory issue --- conf/alchemy/admin.conf | 2 +- conf/alchemy/music-room.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/alchemy/admin.conf b/conf/alchemy/admin.conf index 8366636..8a0db0b 100644 --- a/conf/alchemy/admin.conf +++ b/conf/alchemy/admin.conf @@ -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; diff --git a/conf/alchemy/music-room.conf b/conf/alchemy/music-room.conf index da56a7b..7e4f139 100644 --- a/conf/alchemy/music-room.conf +++ b/conf/alchemy/music-room.conf @@ -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; # 公众号校验 炼金工坊