Moved http->https redir rule from traefik container to cypherapps

This commit is contained in:
kexkey
2020-01-20 16:58:32 -05:00
parent b59aae4fbd
commit a9516902fd

View File

@@ -6,8 +6,6 @@ defaultEntryPoints = ["https","http"]
[entryPoints]
[entryPoints.http]
address = ":<%= traefik_http_port %>"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":<%= traefik_https_port %>"
[entryPoints.https.tls]