##// END OF EJS Templates
docs: added additional timeout example to Apache config to ensure we've covered also connection timeouts for reverse proxy.
marcink -
r4398:683e15bf default
parent child Browse files
Show More
@@ -75,7 +75,7 b' Below config if for an Apache Reverse Pr'
75 # Url to running RhodeCode instance. This is shown as `- URL:` when
75 # Url to running RhodeCode instance. This is shown as `- URL:` when
76 # running rccontrol status.
76 # running rccontrol status.
77
77
78 ProxyPass / http://127.0.0.1:10002/ timeout=7200 Keepalive=On
78 ProxyPass / http://127.0.0.1:10002/ connectiontimeout=7200 timeout=7200 Keepalive=On
79 ProxyPassReverse / http://127.0.0.1:10002/
79 ProxyPassReverse / http://127.0.0.1:10002/
80
80
81 # strict http prevents from https -> http downgrade
81 # strict http prevents from https -> http downgrade
General Comments 0
You need to be logged in to leave comments. Login now