From 287f2fc03de263c3b7042fe57de453b5341f989e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Sat, 25 May 2019 10:51:33 +0200 Subject: [PATCH] 400 -> 4000 --- docs/firststeps-rp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firststeps-rp.md b/docs/firststeps-rp.md index 9a30adc43..85cc4cc1d 100644 --- a/docs/firststeps-rp.md +++ b/docs/firststeps-rp.md @@ -61,7 +61,7 @@ Let's Encrypt will follow our rewrite, certificate requests will work fine. ServerAlias autodiscover.* # You should proxy to a plain HTTP session to offload SSL processing - ProxyPass /Microsoft-Server-ActiveSync http://127.0.0.1:8080/Microsoft-Server-ActiveSync connectiontimeout=400 + ProxyPass /Microsoft-Server-ActiveSync http://127.0.0.1:8080/Microsoft-Server-ActiveSync connectiontimeout=4000 ProxyPassReverse /Microsoft-Server-ActiveSync http://127.0.0.1:8080/Microsoft-Server-ActiveSync ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse / http://127.0.0.1:8080/