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] [entryPoints.web]
address = ":80" address = ":80"
# [entryPoints.web.http] [entryPoints.web.http]
# [entryPoints.web.http.redirections] [entryPoints.web.http.redirections]
# [entryPoints.web.http.redirections.entryPoint] [entryPoints.web.http.redirections.entryPoint]
# to = "websecure" to = "websecure"
# scheme = "https" scheme = "https"
[entryPoints.websecure] [entryPoints.websecure]
address = ":443" address = ":443"