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:
parent
599ba260f9
commit
f12a6c34cc
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue