25 lines
No EOL
468 B
YAML
25 lines
No EOL
468 B
YAML
routers:
|
|
app:
|
|
entryPoint: https
|
|
service: app
|
|
routes:
|
|
- Host(`app.z.com`).PathPrefix(`/`)
|
|
tls:
|
|
certProvider: default
|
|
auth:
|
|
enabled: true
|
|
provider: app_auth
|
|
|
|
# app-protected:
|
|
# entryPoint: https
|
|
# service: app
|
|
# routes:
|
|
# - Host(`app.z.com`).PathPrefix(`/test1`)
|
|
# tls:
|
|
# certProvider: default
|
|
# auth:
|
|
# enabled: true
|
|
# provider: app_auth
|
|
|
|
services:
|
|
app: http://127.0.0.1:3001 |