Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5ee8ce5c5 |
@@ -0,0 +1,3 @@
|
|||||||
|
# Documentation only (network_mode: host reads the listen port from nginx.conf).
|
||||||
|
ERROR_PAGE_BIND=127.0.0.1
|
||||||
|
ERROR_PAGE_PORT=4098
|
||||||
@@ -26,8 +26,6 @@ cd /volume1/09_container_manager/14_error-page
|
|||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
별도 `.env`는 필요하지 않습니다. 이 서비스에는 비밀값이 없고, 수신 주소와 포트는 `nginx.conf`에서 `127.0.0.1:4098`로 고정합니다.
|
|
||||||
|
|
||||||
확인:
|
확인:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
+3
-4
@@ -11,9 +11,8 @@ map $host $app_port {
|
|||||||
www.takits.me 4889;
|
www.takits.me 4889;
|
||||||
|
|
||||||
fas.takits.me 4885;
|
fas.takits.me 4885;
|
||||||
dev-fas.takits.me 4886;
|
ops.fas.takits.me 4887;
|
||||||
android-fas.takits.me 6080;
|
|
||||||
recap.takits.me 4890;
|
|
||||||
|
|
||||||
# ops.fas.takits.me 4887;
|
# dev-fas.takits.me 80xx;
|
||||||
|
# android-fas.takits.me 6080;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user