http->https redirect reaktiviert

This commit is contained in:
Czechman 2023-01-12 04:14:57 +01:00
parent 131d05fe9c
commit 081b03f05c
1 changed files with 5 additions and 5 deletions

View File

@ -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"