Compare commits
2 Commits
84f2174241
...
6c321954ad
Author | SHA1 | Date |
---|---|---|
|
6c321954ad | |
|
6fd2e6d452 |
|
@ -1,8 +1,15 @@
|
|||
[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]
|
||||
maxConcurrentStreams = 250
|
||||
[entryPoints.traefik]
|
||||
address = ":8080"
|
||||
|
||||
|
|
Loading…
Reference in New Issue