Add a note about redirection rule to precise how regex/replacement work.
This commit is contained in:
parent
d973096464
commit
6bce298d90
2 changed files with 9 additions and 1 deletions
|
@ -47,6 +47,9 @@ defaultEntryPoints = ["http", "https"]
|
|||
keyFile = "examples/traefik.key"
|
||||
```
|
||||
|
||||
!!! note
|
||||
Please note that `regex` and `replacement` do not have to be set in the `redirect` structure if an entrypoint is defined for the redirection (they will not be used in this case)
|
||||
|
||||
## Let's Encrypt support
|
||||
|
||||
### Basic example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue