https redirect wieder aktiviert

This commit is contained in:
Czechman 2022-12-21 14:00:01 +01:00
parent 47e128fae2
commit 683324be9e
1 changed files with 5 additions and 5 deletions

View File

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