http->https redirect reaktiviert
This commit is contained in:
parent
131d05fe9c
commit
081b03f05c
|
|
@ -7,11 +7,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