Merge branch 'stable-2.6' into stable-2.7
* stable-2.6: Check that patch set is current before doing a rebase Add trailing period on "This reverts commit ..." line Documentation: Reverse Proxy Configuration Fix: push bypass review cannot close change from UI Fix: 'change_key' of current patchset pushed by 'refs/changes' is still old one. Update the release notes for 2.6 Conflicts: gerrit-server/src/main/java/com/google/gerrit/server/git/ReceiveCommits.java Change-Id: Ie26334c433bc23c8ec47440bbd14c54e6ca8a782
This commit is contained in:
@@ -49,6 +49,15 @@
|
||||
<VirtualHost <span class='ServerName'>review.example.com</span><span class='ServerPort'>:80</span>>
|
||||
ServerName <span class='ServerName'>review.example.com</span>
|
||||
|
||||
ProxyRequests Off
|
||||
ProxyVia Off
|
||||
ProxyPreserveHost On
|
||||
|
||||
<Proxy *>
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Proxy>
|
||||
|
||||
<div class='apache_auth'> <Location <span class='ContextPath'>/r</span>/login/>
|
||||
AuthType Basic
|
||||
AuthName "Gerrit Code Review"
|
||||
@@ -56,9 +65,8 @@
|
||||
...
|
||||
</Location></div>
|
||||
|
||||
AllowEncodedSlashes NoDecode
|
||||
RewriteEngine On
|
||||
RewriteRule ^<span class='ContextPath'>/r</span>/(.*) http://...<span class='ContextPath'>/r</span>/$1 [NE,P]
|
||||
AllowEncodedSlashes On
|
||||
ProxyPass <span class='ContextPath'>/r</span>/ http://...<span class='ContextPath'>/r</span>/ nodecode
|
||||
</VirtualHost>
|
||||
</pre>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user