1
0
Fork 0

Merge branch v3.4 into master

This commit is contained in:
kevinpollet 2025-04-18 16:42:34 +02:00
commit a092c4f535
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
63 changed files with 1081 additions and 665 deletions

View file

@ -255,6 +255,9 @@ Scheme used for the redirection. (Default: ```https```)
`TRAEFIK_ENTRYPOINTS_<NAME>_HTTP_REDIRECTIONS_ENTRYPOINT_TO`:
Targeted entry point of the redirection.
`TRAEFIK_ENTRYPOINTS_<NAME>_HTTP_SANITIZEPATH`:
Defines whether to enable request path sanitization (removal of /./, /../ and multiple slash sequences). (Default: ```true```)
`TRAEFIK_ENTRYPOINTS_<NAME>_HTTP_TLS`:
Default TLS configuration for the routers linked to the entry point. (Default: ```false```)