# HG changeset patch # User Marcin Kuzminski # Date 2020-06-22 09:26:10 # Node ID 683e15bf1b3d05bdc8e129b613edaa6c761e6c71 # Parent f5f03a806aba53a24f925dd4a113c336e8156379 docs: added additional timeout example to Apache config to ensure we've covered also connection timeouts for reverse proxy. diff --git a/docs/admin/system_admin/apache/apache-conf-example.rst b/docs/admin/system_admin/apache/apache-conf-example.rst --- 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 Pr # 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