forked from Ivasoft/traefik
Add a note about redirection rule to precise how regex/replacement work.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user