docs: added additional timeout example to Apache config to ensure we've covered also connection timeouts for reverse proxy.

This commit is contained in:
Marcin Kuzminski 2020-06-22 11:26:10 +02:00
parent 634a5a2c23
commit f91a6454e7

View file

@ -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