Browse Source

fix documentation typo (#2488)

pull/6/head
Daniel Qian 7 years ago committed by Ryan Baxter
parent
commit
d38f390b95
  1. 4
      docs/src/main/asciidoc/spring-cloud-netflix.adoc

4
docs/src/main/asciidoc/spring-cloud-netflix.adoc

@ -2114,10 +2114,10 @@ class MyFallbackProvider implements FallbackProvider { @@ -2114,10 +2114,10 @@ class MyFallbackProvider implements FallbackProvider {
If you want to configure the socket timeouts and read timeouts for requests proxied through
Zuul there are two options based on your configuration.
If Zuul is using service discovery than you need to configure these timeouts via Ribbon properties,
If Zuul is using service discovery then you need to configure these timeouts via Ribbon properties,
`ribbon.ReadTimeout` and `ribbon.SocketTimeout`.
If you have configured Zuul routes by specifying URLs than you will need to use
If you have configured Zuul routes by specifying URLs then you will need to use
`zuul.host.connect-timeout-millis` and `zuul.host.socket-timeout-millis`.
[[zuul-redirect-location-rewrite]]

Loading…
Cancel
Save