From af5f2f55abb66965b82e5726b0127e0f142bf3e0 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Wed, 21 Jan 2026 14:21:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=B8=BD=E5=BE=8C=E5=8F=B0?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=20erp.mamaiclub.com=20=E5=88=B0=20Nginx=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/prod-proxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/prod-proxy.conf b/nginx/prod-proxy.conf index eaa3054..165e952 100644 --- a/nginx/prod-proxy.conf +++ b/nginx/prod-proxy.conf @@ -2,7 +2,7 @@ # 外部 SSL 終止後(如 Cloudflare/NPM)轉發至此端口 server { listen 80; - server_name erp.koori.tw; + server_name erp.koori.tw erp.mamaiclub.com; location / { proxy_pass http://star-erp-laravel:80;