Merge branch 'stable-2.7'
* stable-2.7: Check that patch set is current before doing a rebase Add trailing period on "This reverts commit ..." line Release notes for Gerrit 2.7 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-gwtui/src/main/java/com/google/gerrit/client/changes/ChangeMessages.properties Change-Id: I3f8d7ab5bafd0274cd5d29afe7b746c2e1951674
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
	 Shawn Pearce
					Shawn Pearce