Switch status.o.o/release to local instance
Serve status.o.o/release from the local releasestatus deployment, now that we validated that everything works from http://status.openstack.org/release.new Once this merges, I'll manually remove the old-wiki.o.o deployment. Change-Id: I0c676e3a68bb7ca5cf10899d65eefdb318f66948 Reviewed-on: https://review.openstack.org/30092 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
fcda0d907f
commit
8fcdb2327c
@ -21,13 +21,6 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
||||
Allow from all
|
||||
</Location>
|
||||
|
||||
RewriteRule ^/release$ /release/ [R]
|
||||
RewriteRule ^/release/(.*)$ http://old-wiki.openstack.org/release/$1 [P]
|
||||
<Location /release/>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Location>
|
||||
|
||||
RewriteRule ^/bugday$ /bugday/ [R]
|
||||
RewriteRule ^/bugday/(.*)$ http://old-wiki.openstack.org/bugday/$1 [P]
|
||||
<Location /bugday/>
|
||||
@ -36,7 +29,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
||||
</Location>
|
||||
|
||||
Alias /reviews /srv/static/reviewday
|
||||
Alias /release.new /srv/static/release
|
||||
Alias /release /srv/static/release
|
||||
|
||||
<Directory <%= docroot %>>
|
||||
Options <%= options %>
|
||||
|
Loading…
Reference in New Issue
Block a user