Added http entrypoint so that it can be automatically redirected to https
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
traefik.enable: true
|
||||
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
||||
traefik.port: "80"
|
||||
traefik.frontend.entryPoints: https
|
||||
traefik.frontend.entryPoints: http,https
|
||||
traefik.frontend.redirect.entryPoint: https
|
||||
traefik.frontend.redirect.permanent: true
|
||||
{{- else}}
|
||||
|
||||
Reference in New Issue
Block a user