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