Repository: cloudstack Updated Branches: refs/heads/volume-upload 1ae34d98d -> 631e6e008
volume upload: doing https redirect as NioServer handles only https Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/631e6e00 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/631e6e00 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/631e6e00 Branch: refs/heads/volume-upload Commit: 631e6e0088bea34031dcd5daf5bd27eafa99b3f9 Parents: 1ae34d9 Author: Rajani Karuturi <[email protected]> Authored: Tue Jan 13 10:43:21 2015 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Tue Jan 13 10:43:21 2015 +0530 ---------------------------------------------------------------------- .../patches/debian/config/etc/apache2/sites-available/default-ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/631e6e00/systemvm/patches/debian/config/etc/apache2/sites-available/default-ssl ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/config/etc/apache2/sites-available/default-ssl b/systemvm/patches/debian/config/etc/apache2/sites-available/default-ssl index 5cc236e..710d038 100644 --- a/systemvm/patches/debian/config/etc/apache2/sites-available/default-ssl +++ b/systemvm/patches/debian/config/etc/apache2/sites-available/default-ssl @@ -171,7 +171,7 @@ RewriteEngine Off RewriteCond %{HTTPS} =on RewriteCond %{REQUEST_METHOD} =POST - RewriteRule ^/upload/(.*) http://localhost:8210/upload?uuid=$1 [P,L] + RewriteRule ^/upload/(.*) https://127.0.0.1:8210/upload?uuid=$1 [P,L] </VirtualHost> </IfModule>
