From d38f390b9548fad3cad28e7dfd8dbe664e349ab9 Mon Sep 17 00:00:00 2001 From: Daniel Qian Date: Sat, 2 Dec 2017 05:30:46 +0800 Subject: [PATCH] fix documentation typo (#2488) --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index 66d72481..f42c55f7 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -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]]