新增總後台域名 erp.mamaiclub.com 到 Nginx 配置
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 50s

This commit is contained in:
2026-01-21 14:21:50 +08:00
parent eab9e2ce93
commit af5f2f55ab

View File

@@ -2,7 +2,7 @@
# 外部 SSL 終止後(如 Cloudflare/NPM轉發至此端口 # 外部 SSL 終止後(如 Cloudflare/NPM轉發至此端口
server { server {
listen 80; listen 80;
server_name erp.koori.tw; server_name erp.koori.tw erp.mamaiclub.com;
location / { location / {
proxy_pass http://star-erp-laravel:80; proxy_pass http://star-erp-laravel:80;