ssl_enforcer.rb 187 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 # # Enforce SSL connections, if configured if Errbit::Config.enforce_ssl Errbit::Application.configure do config.middleware.use Rack::SslEnforcer, :except => /^\/deploys/ end end