Skip to content

Instantly share code, notes, and snippets.

@pingles
Created May 5, 2011 22:36
Show Gist options
  • Save pingles/958122 to your computer and use it in GitHub Desktop.
Save pingles/958122 to your computer and use it in GitHub Desktop.
configure :production do
Rack::Request.add_scheme_mapping("https") do |env|
env['MY_CUSTOM_HTTPS_HEADER'] == "on"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment