Compare commits

..

6 Commits

Author SHA1 Message Date
xkrrudah 9029cf09e1 Merge pull request '[MR]Modified upstreams.map' (#4) from develop into main
Deploy Main / deploy-main (push) Successful in 8s
Reviewed-on: #4
2026-08-18 14:06:21 +09:00
xkrrudah dd304c1f31 Modified upstreams.map 2026-08-18 14:06:04 +09:00
xkrrudah 97bec6a651 Merge pull request '[MR]Modified upstreams.map' (#3) from develop into main
Deploy Main / deploy-main (push) Successful in 7s
Reviewed-on: #3
2026-08-15 21:15:41 +09:00
xkrrudah c920449562 Modified upstreams.map 2026-08-15 21:15:24 +09:00
xkrrudah b603bfd608 Merge pull request '[MR]Modified distribution/upstreams' (#2) from develop into main
Deploy Main / deploy-main (push) Successful in 9s
Reviewed-on: #2
2026-08-15 20:02:22 +09:00
xkrrudah b0aac6cbeb Modified distribution/upstreams 2026-08-15 20:02:00 +09:00
3 changed files with 6 additions and 6 deletions
-3
View File
@@ -1,3 +0,0 @@
# Documentation only (network_mode: host reads the listen port from nginx.conf).
ERROR_PAGE_BIND=127.0.0.1
ERROR_PAGE_PORT=4098
+2
View File
@@ -26,6 +26,8 @@ cd /volume1/09_container_manager/14_error-page
docker compose up -d
```
별도 `.env`는 필요하지 않습니다. 이 서비스에는 비밀값이 없고, 수신 주소와 포트는 `nginx.conf`에서 `127.0.0.1:4098`로 고정합니다.
확인:
```bash
+4 -3
View File
@@ -11,8 +11,9 @@ map $host $app_port {
www.takits.me 4889;
fas.takits.me 4885;
ops.fas.takits.me 4887;
dev-fas.takits.me 4886;
android-fas.takits.me 6080;
recap.takits.me 4890;
# dev-fas.takits.me 80xx;
# android-fas.takits.me 6080;
# ops.fas.takits.me 4887;
}