From ea70cecef13992a1b9beaf936285dd4370f5a6d4 Mon Sep 17 00:00:00 2001 From: wangbo Date: Mon, 9 Mar 2026 16:56:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20HTTPS=20=E5=90=AF=E7=94=A8=E6=97=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=2080=E3=80=81443=20=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E6=94=BE=E8=A1=8C=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index c2bf18d..7ef6b62 100755 --- a/start.sh +++ b/start.sh @@ -103,6 +103,7 @@ run_deploy_questions() { DEPLOY_HTTPS=false [[ "$https_choice" =~ ^[yY] ]] && DEPLOY_HTTPS=true fi + [ "$DEPLOY_HTTPS" = true ] && echo " 启用 HTTPS 需确保防火墙已放行 80、443 端口" fi } @@ -233,7 +234,7 @@ start_services() { run_https_setup() { if [ "$DEPLOY_HTTPS" = true ] && [ -n "$DEPLOY_DOMAIN" ]; then echo "" - echo "🔒 执行 HTTPS 配置..." + echo "🔒 执行 HTTPS 配置(请确保服务器已放行 80、443 端口)..." if [ -f "./https.sh" ]; then # https.sh 依赖 easyai-proxy.conf,需使用生成的域名配置文件 export EASYAI_PROXY_CONF="${DEPLOY_DOMAIN}.conf"