feat: 首页添加微信小程序二维码+fix: switch-env.sh容器内路径

This commit is contained in:
2026-06-02 13:04:12 +08:00
parent 10576cda1e
commit c27c86d764
2 changed files with 10 additions and 6 deletions

View File

@@ -13,9 +13,8 @@ ENV_FILE="$PROJECT_ROOT/.env"
# ---------- 配置 ----------
# 1Panel 管理的 OpenResty 容器的实际配置文件路径
BASE_DIR="/opt/1panel/apps/openresty/openresty"
PROXY_DIR="${BASE_DIR}/www/sites/xmclassmate.top/proxy"
ROOT_CONF="${PROXY_DIR}/root.conf"
# 容器内路径host: /opt/1panel/apps/openresty/openresty/www/sites/...
ROOT_CONF="/www/sites/xmclassmate.top/proxy/root.conf"
NGINX_CONTAINER="1Panel-openresty-ABu5"
SSH_HOST="root@1panel-server"

File diff suppressed because one or more lines are too long