From f91a6454e7acb98ca5de9d3801d4e1b9b1e4fa2b Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Mon, 22 Jun 2020 11:26:10 +0200 Subject: [PATCH] docs: added additional timeout example to Apache config to ensure we've covered also connection timeouts for reverse proxy. --- docs/admin/system_admin/apache/apache-conf-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/system_admin/apache/apache-conf-example.rst b/docs/admin/system_admin/apache/apache-conf-example.rst index 8f46c25e..0925e54e 100644 --- a/docs/admin/system_admin/apache/apache-conf-example.rst +++ b/docs/admin/system_admin/apache/apache-conf-example.rst @@ -75,7 +75,7 @@ Below config if for an Apache Reverse Proxy configuration. # Url to running RhodeCode instance. This is shown as `- URL:` when # running rccontrol status. - ProxyPass / http://127.0.0.1:10002/ timeout=7200 Keepalive=On + ProxyPass / http://127.0.0.1:10002/ connectiontimeout=7200 timeout=7200 Keepalive=On ProxyPassReverse / http://127.0.0.1:10002/ # strict http prevents from https -> http downgrade