Compare commits
No commits in common. "6c321954ad531f05a53f08d47585eeb8e6f516aa" and "84f2174241a4c6b0cf33073b60461dd21c242a08" have entirely different histories.
6c321954ad
...
84f2174241
|
@ -1,15 +1,8 @@
|
||||||
[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.https.http2]
|
|
||||||
maxConcurrentStreams = 250
|
|
||||||
[entryPoints.traefik]
|
[entryPoints.traefik]
|
||||||
address = ":8080"
|
address = ":8080"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue