https redirect wieder aktiviert
This commit is contained in:
parent
47e128fae2
commit
683324be9e
|
|
@ -17,11 +17,11 @@
|
|||
[entryPoints.web]
|
||||
address = ":80"
|
||||
|
||||
# [entryPoints.web.http]
|
||||
# [entryPoints.web.http.redirections]
|
||||
# [entryPoints.web.http.redirections.entryPoint]
|
||||
# to = "websecure"
|
||||
# scheme = "https"
|
||||
[entryPoints.web.http]
|
||||
[entryPoints.web.http.redirections]
|
||||
[entryPoints.web.http.redirections.entryPoint]
|
||||
to = "websecure"
|
||||
scheme = "https"
|
||||
|
||||
[entryPoints.websecure]
|
||||
address = ":443"
|
||||
|
|
|
|||
Loading…
Reference in New Issue