1
0
Fork 0

add retries request

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-03-29 22:25:32 +02:00
parent 1d040dbdd2
commit 4a9e82903e
No known key found for this signature in database
GPG key ID: D808B4C167352E59
7 changed files with 93 additions and 16 deletions

View file

@ -327,6 +327,26 @@ Use "traefik [command] --help" for more information about a command.
# [entryPoints.http.redirect]
# regex = "^http://localhost/(.*)"
# replacement = "http://mydomain/$1"
# Enable retry sending request if network error
#
# Optional
#
# [retry]
# Number of attempts
#
# Optional
# Default: (number servers in backend) -1
#
# attempts = 3
# Sets the maximum request body to be stored in memory in Mo
#
# Optional
# Default: 2
#
# maxMem = 3
```
### Samples