1
0
Fork 0

Update Migration Docs

This commit is contained in:
Sheddy 2025-07-24 17:06:04 +01:00 committed by GitHub
parent 43162507e3
commit ba0f7364f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 594 additions and 88 deletions

View file

@ -117,7 +117,7 @@ It only matches the request client IP and does not use the `X-Forwarded-For` hea
RuleSyntax option is deprecated and will be removed in the next major version.
Please do not use this field and rewrite the router rules to use the v3 syntax.
In Traefik v3 a new rule syntax has been introduced ([migration guide](../../../../migration/v3.md)). the `ruleSyntax` option allows to configure the rule syntax to be used for parsing the rule on a per-router basis. This allows to have heterogeneous router configurations and ease migration.
In Traefik v3 a new rule syntax has been introduced ([migration guide](../../../../migrate/v3.md)). the `ruleSyntax` option allows to configure the rule syntax to be used for parsing the rule on a per-router basis. This allows to have heterogeneous router configurations and ease migration.
The default value of the `ruleSyntax` option is inherited from the `defaultRuleSyntax` option in the install configuration (formerly known as static configuration). By default, the `defaultRuleSyntax` static option is v3, meaning that the default rule syntax is also v3