Remove forced redirectino from http to https

This can be configured per router in Traefik 2.0

c.f. https://doc.traefik.io/traefik/v2.0/migration/v1-to-v2/#http-to-https-redirection-is-now-configured-on-routers
This commit is contained in:
Kienan Stewart 2023-02-22 15:28:20 -05:00
parent 599ba260f9
commit f12a6c34cc
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.http]
[entryPoints.http.http.redirections]
[entryPoints.http.http.redirections.entryPoint]
to = "https"
scheme = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.http2]