mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-03 19:54:28 +01:00
Moved http->https redir rule from traefik container to cypherapps
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user