Merge "remove /rechecks"
This commit is contained in:
commit
fc4095cc8d
@ -12,15 +12,6 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
|||||||
<% end -%>
|
<% end -%>
|
||||||
DocumentRoot <%= docroot %>
|
DocumentRoot <%= docroot %>
|
||||||
|
|
||||||
RewriteEngine on
|
|
||||||
|
|
||||||
RewriteRule ^/rechecks$ /rechecks/ [R]
|
|
||||||
RewriteRule ^/rechecks/$ http://zuul.openstack.org/rechecks.html [P]
|
|
||||||
<Location /rechecks/>
|
|
||||||
Order allow,deny
|
|
||||||
Allow from all
|
|
||||||
</Location>
|
|
||||||
|
|
||||||
Alias /bugday /srv/static/bugdaystats
|
Alias /bugday /srv/static/bugdaystats
|
||||||
<Directory /srv/static/bugdaystats>
|
<Directory /srv/static/bugdaystats>
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
@ -54,6 +45,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
|||||||
allow from all
|
allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
RedirectMatch permanent ^/rechecks(.*) /elastic-recheck
|
||||||
Alias /elastic-recheck /usr/local/share/elastic-recheck
|
Alias /elastic-recheck /usr/local/share/elastic-recheck
|
||||||
<Directory /usr/local/share/elastic-recheck>
|
<Directory /usr/local/share/elastic-recheck>
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
|
@ -13,9 +13,6 @@
|
|||||||
|
|
||||||
AddOutputFilterByType DEFLATE application/json
|
AddOutputFilterByType DEFLATE application/json
|
||||||
|
|
||||||
Alias /rechecks.html /var/www/recheckwatch/rechecks.html
|
|
||||||
Alias /rechecks /var/www/recheckwatch/rechecks.html
|
|
||||||
|
|
||||||
SetEnv GIT_PROJECT_ROOT /var/lib/zuul/git/
|
SetEnv GIT_PROJECT_ROOT /var/lib/zuul/git/
|
||||||
SetEnv GIT_HTTP_EXPORT_ALL
|
SetEnv GIT_HTTP_EXPORT_ALL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user