go-dev-zprox-0.01/config/app.yml
2025-03-22 08:57:23 +00:00

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