Allowing use of sub-subdomains
This commit is contained in:
@@ -7,3 +7,4 @@
|
||||
### TODO
|
||||
|
||||
* Fix issue with some page assets being delivered over http instead of https
|
||||
* Document setting up domain DNS
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
traefik.frontend.headers.SSLRedirect: true
|
||||
traefik.frontend.headers.STSPreload: true
|
||||
traefik.frontend.headers.STSSeconds: 15552000
|
||||
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
||||
traefik.frontend.rule: ${TRAEFIK_HOST}
|
||||
traefik.port: "8080"
|
||||
### End Web Segment
|
||||
{{- else}}
|
||||
|
||||
@@ -21,7 +21,7 @@ catalog:
|
||||
description: |
|
||||
The host that Traefik will use to provide public access.
|
||||
Leaving this empty will disable Traefik on this stack.
|
||||
default: "subdomain.domain.tld"
|
||||
default: "HostRegexp:{subdomain:.*}subdomain.domain.tld"
|
||||
required: false
|
||||
type: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user