mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
next release readme fix
This commit is contained in:
parent
c506db1ef4
commit
cb9b7d55fd
1 changed files with 19 additions and 18 deletions
|
@ -83,24 +83,25 @@
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
...
|
...
|
||||||
# add '|' after colon ':' to treat it as string
|
labels:
|
||||||
proxy.app: |
|
# add '|' after colon ':' to treat it as string
|
||||||
scheme: http
|
proxy.app: |
|
||||||
host: 10.0.0.254
|
scheme: http
|
||||||
port: 80
|
host: 10.0.0.254
|
||||||
path_patterns:
|
port: 80
|
||||||
- GET /
|
path_patterns:
|
||||||
- POST /auth
|
- GET /
|
||||||
healthcheck:
|
- POST /auth
|
||||||
disabled: false
|
healthcheck:
|
||||||
path: /
|
disabled: false
|
||||||
interval: 5s
|
path: /
|
||||||
proxy.app1.healthcheck: |
|
interval: 5s
|
||||||
path: /ping
|
proxy.app1.healthcheck: |
|
||||||
use_get: true
|
path: /ping
|
||||||
proxy.app1.load_balance: |
|
use_get: true
|
||||||
link: app
|
proxy.app1.load_balance: |
|
||||||
mode: ip_hash
|
link: app
|
||||||
|
mode: ip_hash
|
||||||
```
|
```
|
||||||
|
|
||||||
- **New:** support entrypoint middlewares (applied to all routes, before route middlewares)
|
- **New:** support entrypoint middlewares (applied to all routes, before route middlewares)
|
||||||
|
|
Loading…
Add table
Reference in a new issue