Added http to https redirect
This commit is contained in:
@@ -76,7 +76,8 @@ services:
|
||||
traefik.enable: true
|
||||
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
||||
traefik.port: "80"
|
||||
traefik.frontend.entryPoints: https
|
||||
traefik.frontend.entryPoints: http,https
|
||||
traefik.frontend.headers.SSLRedirect: true
|
||||
traefik.frontend.passHostHeader: true
|
||||
{{- else}}
|
||||
traefik.enable: false
|
||||
|
||||
Reference in New Issue
Block a user