Add a note about redirection rule to precise how regex/replacement work.

This commit is contained in:
NicoMen 2017-10-22 09:44:03 +02:00 committed by Traefiker
parent d973096464
commit 6bce298d90
2 changed files with 9 additions and 1 deletions

View file

@ -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