mirror of
https://github.com/containous/traefik.git
synced 2025-10-11 03:33:18 +03:00
fix: don't allow routers higher than internal ones
This commit is contained in:
committed by
GitHub
parent
6a2db4e4e9
commit
1e7dbc70a0
@@ -136,7 +136,7 @@ Default middlewares for the routers linked to the entry point.
|
||||
Applies a permanent redirection. (Default: ```true```)
|
||||
|
||||
`TRAEFIK_ENTRYPOINTS_<NAME>_HTTP_REDIRECTIONS_ENTRYPOINT_PRIORITY`:
|
||||
Priority of the generated router. (Default: ```2147483646```)
|
||||
Priority of the generated router. (Default: ```9223372036854775806```)
|
||||
|
||||
`TRAEFIK_ENTRYPOINTS_<NAME>_HTTP_REDIRECTIONS_ENTRYPOINT_SCHEME`:
|
||||
Scheme used for the redirection. (Default: ```https```)
|
||||
|
Reference in New Issue
Block a user