fix: 解決 Demo 環境埠號衝突並新增中央後台網域支援
Some checks failed
ERP-Deploy-Demo / deploy-demo (push) Failing after 39s
ERP-Deploy-Production / deploy-production (push) Successful in 1m21s

This commit is contained in:
2026-02-24 08:42:16 +08:00
parent 3ba6b3a1cd
commit 3d4682a405
2 changed files with 2 additions and 3 deletions

View File

@@ -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;