Skip to content

Commit

Permalink
Corrected label in docs on routing additional top-level domains
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalger committed Jan 27, 2020
1 parent 32ea68d commit dcaa432
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/configuration/multipledomains.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Multiple top-level domains may also be setup by following the instructions below
version: "3.5"
services:
varnish:
labels:
- traefik.http.routers.${WARDEN_ENV_NAME}-varnish.rule=
HostRegexp(`{subdomain:.+}.${TRAEFIK_DOMAIN}`)
|| HostRegexp(`{subdomain:.+}.alternate1.test`)
|| HostRegexp(`{subdomain:.+}.alternate2.test`)
nginx:
labels:
- traefik.http.routers.${WARDEN_ENV_NAME}-nginx.rule=
HostRegexp(`{subdomain:.+}.${TRAEFIK_DOMAIN}`)
Expand Down

0 comments on commit dcaa432

Please sign in to comment.