chore: deploy demo site to gitea_work
Some checks failed
Koori-ERP-Deploy-System / deploy-demo (push) Failing after 7m26s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-02-23 14:12:00 +08:00
parent 220478641d
commit 5f1f08869f
2 changed files with 19 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
# 總後台 (landlord) - 端口 8080
server {
listen 8080;
server_name 192.168.0.103;
server_name _;
location / {
proxy_pass http://star-erp-laravel:80;
@@ -16,7 +16,7 @@ server {
# koori 租戶 - 端口 8081
server {
listen 8081;
server_name 192.168.0.103;
server_name _;
location / {
proxy_pass http://star-erp-laravel:80;