Skip to content

Commit

Permalink
fix: semicolons encoding by traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jul 7, 2023
1 parent 4b6a1c1 commit a6d9f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/helpers/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit a6d9f2d

Please sign in to comment.