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:
parent
002dffde8c
commit
2063c595db
@ -81,6 +81,7 @@
|
|||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteRule ^/status.json$ http://127.0.0.1:8001/status.json [P]
|
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
|
AddOutputFilterByType DEFLATE application/json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user