mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Fix: timeout integration test
This commit is contained in:
parent
60fd26e0b7
commit
8a697f7a39
@ -22,7 +22,7 @@ responseHeaderTimeout = "300ms"
|
||||
[backends.backend1.servers.server1]
|
||||
# Non-routable IP address that should always deliver a dial timeout.
|
||||
# See: https://stackoverflow.com/questions/100841/artificially-create-a-connection-timeout-error#answer-904609
|
||||
url = "http://10.255.255.1"
|
||||
url = "http://50.255.255.1"
|
||||
[backends.backend2]
|
||||
[backends.backend2.servers.server2]
|
||||
url = "http://{{.TimeoutEndpoint}}:9000"
|
||||
|
Loading…
x
Reference in New Issue
Block a user