fix: don't allow routers higher than internal ones
This commit is contained in:
parent
6a2db4e4e9
commit
1e7dbc70a0
19 changed files with 45 additions and 45 deletions
|
@ -127,7 +127,7 @@ Default middlewares for the routers linked to the entry point.
|
|||
Applies a permanent redirection. (Default: ```true```)
|
||||
|
||||
`--entrypoints.<name>.http.redirections.entrypoint.priority`:
|
||||
Priority of the generated router. (Default: ```2147483646```)
|
||||
Priority of the generated router. (Default: ```9223372036854775806```)
|
||||
|
||||
`--entrypoints.<name>.http.redirections.entrypoint.scheme`:
|
||||
Scheme used for the redirection. (Default: ```https```)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue