Update proxy configuration in bootstrap/helpers/proxy.php
This commit is contained in:
parent
9403986643
commit
4d88638d4d
@ -140,8 +140,8 @@ function generate_default_proxy_configuration(Server $server)
|
|||||||
"--entrypoints.http.address=:80",
|
"--entrypoints.http.address=:80",
|
||||||
"--entrypoints.https.address=:443",
|
"--entrypoints.https.address=:443",
|
||||||
"--entrypoints.http.http.encodequerysemicolons=true",
|
"--entrypoints.http.http.encodequerysemicolons=true",
|
||||||
"--entrypoints.https.http.encodequerysemicolons=true",
|
|
||||||
"--entryPoints.http.http2.maxConcurrentStreams=50",
|
"--entryPoints.http.http2.maxConcurrentStreams=50",
|
||||||
|
"--entrypoints.https.http.encodequerysemicolons=true",
|
||||||
"--entryPoints.https.http2.maxConcurrentStreams=50",
|
"--entryPoints.https.http2.maxConcurrentStreams=50",
|
||||||
"--providers.docker.exposedbydefault=false",
|
"--providers.docker.exposedbydefault=false",
|
||||||
"--providers.file.directory=/traefik/dynamic/",
|
"--providers.file.directory=/traefik/dynamic/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user