Don't proxy Gerrit's fake contactstore.
* modules/gerrit/templates/gerrit.vhost.erb: If the contactstore feature is enabled, don't shadow the URL to the fakestore CGI with the Gerrit loopback proxy. Change-Id: Ic6d01d671b762370b91f732c1a980051cdb5f6c2 Reviewed-on: https://review.openstack.org/20053 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
4c6da750a7
commit
6bc14d0032
@ -48,6 +48,9 @@
|
||||
RewriteRule ^.*$ <%= scope.lookupvar("gerrit::canonicalweburl") %>
|
||||
<% if scope.lookupvar("gerrit::replicate_local") -%>
|
||||
RewriteCond %{REQUEST_URI} !^/p/
|
||||
<% end -%>
|
||||
<% if scope.lookupvar("gerrit::contactstore") == true -%>
|
||||
RewriteCond %{REQUEST_URI} !^/fakestore$
|
||||
<% end -%>
|
||||
RewriteRule ^/(.*)$ http://localhost:8081/$1 [P]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user