Skip to content

Commit

Permalink
removes http from config links
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhartiya committed Oct 22, 2014
1 parent 4c3b0c8 commit a441324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -40,7 +40,7 @@
elsif ENV['CLOUDFRONT_HOST']
config.action_controller.asset_host = ENV['CLOUDFRONT_HOST']
elsif ENV['FOG_DIRECTORY']
config.action_controller.asset_host = "http://#{ENV['FOG_DIRECTORY']}.s3.amazonaws.com"
config.action_controller.asset_host = "//#{ENV['FOG_DIRECTORY']}.s3.amazonaws.com"
end

# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
Expand Down

0 comments on commit a441324

Please sign in to comment.