Added http to https redirect
This commit is contained in:
@@ -20,7 +20,9 @@ services:
|
|||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
||||||
traefik.port: "2368"
|
traefik.port: "2368"
|
||||||
traefik.frontend.entryPoints: https
|
traefik.frontend.entryPoints: http,https
|
||||||
|
traefik.frontend.redirect.entryPoint: https
|
||||||
|
traefik.frontend.redirect.permanent: true
|
||||||
{{- else}}
|
{{- else}}
|
||||||
traefik.enable: false
|
traefik.enable: false
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
|||||||
Reference in New Issue
Block a user