also add targeted status redirects to https

We would also like targeted status urls to be available via https for
connecting to it from secure pages.

Change-Id: I7ed7a992f856e461ec985881c5f316de186874fd
This commit is contained in:
Sean Dague 2015-05-04 08:19:32 -04:00
parent 002dffde8c
commit 2063c595db

View File

@ -81,6 +81,7 @@
RewriteEngine on
RewriteRule ^/status.json$ http://127.0.0.1:8001/status.json [P]
RewriteRule ^/status/(.*) http://127.0.0.1:8001/status/$1 [P]
AddOutputFilterByType DEFLATE application/json