Add web proxying to non-SSL vhost too

The previous add only added to the SSL site. Whoops.

Change-Id: I9c4f63b9cb981e9ca68d63c5021dee151769ce3e
This commit is contained in:
Monty Taylor 2017-07-20 02:48:39 +09:00
parent ba474aa21c
commit 0ef5671c85
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
<% end -%>
RewriteRule ^/status.json$ <%= @zuul_status_url %>/status.json [P]
RewriteRule ^/status/(.*) <%= @zuul_status_url %>/status/$1 [P]
RewriteRule ^/connection/(.*) <%= @zuul_scheduler_url %>/connection/$1 [P]
RewriteRule ^/console-stream <%= @zuul_web_url %>/console-stream [P]
RewriteRule ^/static/(.*) <%= @zuul_web_url %>/static/$1 [P]
RewriteRule ^/jobs/(.*) <%= @zuul_web_url %>/jobs/$1 [P]
AddOutputFilterByType DEFLATE application/json