##// END OF EJS Templates
docs: updated Apache config with chunked proxy option
marcink -
r3530:8ce58b9b default
parent child Browse files
Show More
@@ -66,14 +66,18 b' Below config if for an Apache Reverse Pr'
66 66 # Directive to properly generate url (clone url) for RhodeCode
67 67 ProxyPreserveHost On
68 68
69 # It allows request bodies to be sent to the backend using chunked transfer encoding.
70 SetEnv proxy-sendchunked 1
71
72 # Increase headers size for large Mercurial headers sent with many branches
73 LimitRequestLine 16380
74
69 75 # Url to running RhodeCode instance. This is shown as `- URL:` when
70 76 # running rccontrol status.
77
71 78 ProxyPass / http://127.0.0.1:10002/ timeout=7200 Keepalive=On
72 79 ProxyPassReverse / http://127.0.0.1:10002/
73 80
74 # Increase headers for large Mercurial headers
75 LimitRequestLine 16380
76
77 81 # strict http prevents from https -> http downgrade
78 82 Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"
79 83
General Comments 0
You need to be logged in to leave comments. Login now