From 3d4682a405115791b51d5d76eb3f6bfaa95f07e7 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Tue, 24 Feb 2026 08:42:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E6=B1=BA=20Demo=20=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E5=9F=A0=E8=99=9F=E8=A1=9D=E7=AA=81=E4=B8=A6=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=B8=AD=E5=A4=AE=E5=BE=8C=E5=8F=B0=E7=B6=B2=E5=9F=9F?= =?UTF-8?q?=E6=94=AF=E6=8F=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.demo.yaml | 3 +-- nginx/demo-proxy.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/compose.demo.yaml b/compose.demo.yaml index 6fadad6..abcee28 100644 --- a/compose.demo.yaml +++ b/compose.demo.yaml @@ -1,7 +1,6 @@ services: proxy: ports: - - '80:80' - - '8080:8080' + - '8080:80' volumes: - './nginx/demo-proxy.conf:/etc/nginx/conf.d/default.conf:ro' diff --git a/nginx/demo-proxy.conf b/nginx/demo-proxy.conf index c74a7dd..fd1abb1 100644 --- a/nginx/demo-proxy.conf +++ b/nginx/demo-proxy.conf @@ -9,7 +9,7 @@ map $http_x_forwarded_proto $proxy_x_forwarded_proto { server { listen 80; - server_name demo-erp.taiwan-star.com.tw; + server_name demo-erp.taiwan-star.com.tw demo-adminerp.taiwan-star.com.tw; location / { proxy_pass http://star-erp-laravel:8080;