fix: semicolons encoding by traefik

This commit is contained in:
Andras Bacsai 2023-07-07 12:57:22 +02:00
parent 4b6a1c1c5e
commit a6d9f2d636

View File

@ -56,6 +56,8 @@ function getProxyConfiguration(Server $server)
"--api.insecure=true",
"--entrypoints.http.address=:80",
"--entrypoints.https.address=:443",
"--entrypoints.http.http.encodequerysemicolons=true",
"--entrypoints.https.http.encodequerysemicolons=true",
"--providers.docker=true",
"--providers.docker.exposedbydefault=false",
"--providers.file.directory=/traefik/dynamic/",