Add encoded chars to default traefik config

Closes #2176
This commit is contained in:
Owen
2025-12-29 10:48:39 -05:00
parent a6db4f20ad
commit d333cb5199

View File

@@ -43,9 +43,12 @@ entryPoints:
http: http:
tls: tls:
certResolver: "letsencrypt" certResolver: "letsencrypt"
encodedCharacters:
allowEncodedSlash: true
allowEncodedQuestionMark: true
serversTransport: serversTransport:
insecureSkipVerify: true insecureSkipVerify: true
ping: ping:
entryPoint: "web" entryPoint: "web"