# HG changeset patch # User Marcin Kuzminski # Date 2017-02-14 08:42:04 # Node ID 64eeaebf1e97629704e95fca09139fcb2ee2afa9 # Parent e859e119b40342484a91c7ffb662ab0cb997fc6f conf: updated Apache config with keepalive and timeout. Fixes #5213 diff --git a/docs/admin/apache-conf-example.rst b/docs/admin/apache-conf-example.rst --- a/docs/admin/apache-conf-example.rst +++ b/docs/admin/apache-conf-example.rst @@ -59,7 +59,7 @@ Below config if for an Apache Reverse Pr # Url to running RhodeCode instance. This is shown as `- URL:` when # running rccontrol status. - ProxyPass / http://127.0.0.1:10002/ + ProxyPass / http://127.0.0.1:10002/ timeout=7200 Keepalive=On ProxyPassReverse / http://127.0.0.1:10002/ # strict http prevents from https -> http downgrade