Allowing use of sub-subdomains
This commit is contained in:
@@ -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
|
||||||
@@ -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}}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user