Redirect from http to https by default
This commit is contained in:
parent
84f2174241
commit
6fd2e6d452
|
@ -1,6 +1,11 @@
|
||||||
[entryPoints]
|
[entryPoints]
|
||||||
[entryPoints.http]
|
[entryPoints.http]
|
||||||
address = ":80"
|
address = ":80"
|
||||||
|
[entryPoints.http.http]
|
||||||
|
[entryPoints.http.http.redirections]
|
||||||
|
[entryPoints.http.http.redirections.entryPoint]
|
||||||
|
to = "https"
|
||||||
|
scheme = "https"
|
||||||
[entryPoints.https]
|
[entryPoints.https]
|
||||||
address = ":443"
|
address = ":443"
|
||||||
[entryPoints.traefik]
|
[entryPoints.traefik]
|
||||||
|
|
Loading…
Reference in New Issue