Skip to content

Commit

Permalink
See if we can proxy to https.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Mar 27, 2015
1 parent 0c7e98f commit 70f0ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/.htaccess
Expand Up @@ -4,7 +4,7 @@ RewriteRule ^([0-9]+)/(.*)$ http://downloads.immutant.or

RewriteRule ^(torquebox-immutant\.zip)$ http://projectodd.ci.cloudbees.com/job/overlay/lastSuccessfulBuild/artifact/target/$1 [P]

RewriteRule ^build-info/(.*)$ http://projectodd.ci.cloudbees.com/$1 [P]
RewriteRule ^build-info/(.*)$ https://projectodd.ci.cloudbees.com/$1 [P]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Expand Down

0 comments on commit 70f0ee1

Please sign in to comment.