Allowing use of sub-subdomains

This commit is contained in:
WilliamMiceli
2018-12-29 16:07:33 -05:00
parent 5b0bfa2070
commit 955ffa2d33
3 changed files with 4 additions and 3 deletions

View File

@@ -7,3 +7,4 @@
### TODO ### TODO
* Fix issue with some page assets being delivered over http instead of https * Fix issue with some page assets being delivered over http instead of https
* Document setting up domain DNS

View File

@@ -26,7 +26,7 @@ services:
traefik.frontend.headers.SSLRedirect: true traefik.frontend.headers.SSLRedirect: true
traefik.frontend.headers.STSPreload: true traefik.frontend.headers.STSPreload: true
traefik.frontend.headers.STSSeconds: 15552000 traefik.frontend.headers.STSSeconds: 15552000
traefik.frontend.rule: Host:${TRAEFIK_HOST} traefik.frontend.rule: ${TRAEFIK_HOST}
traefik.port: "8080" traefik.port: "8080"
### End Web Segment ### End Web Segment
{{- else}} {{- else}}

View File

@@ -21,7 +21,7 @@ catalog:
description: | description: |
The host that Traefik will use to provide public access. The host that Traefik will use to provide public access.
Leaving this empty will disable Traefik on this stack. Leaving this empty will disable Traefik on this stack.
default: "subdomain.domain.tld" default: "HostRegexp:{subdomain:.*}subdomain.domain.tld"
required: false required: false
type: string type: string