Skip to content

Commit

Permalink
don't insert middleware its a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 10, 2014
1 parent 5242a49 commit 166a8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/50-force_https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def call(env)

end


Rails.configuration.middleware.insert_before MessageBus::Rack::Middleware, Discourse::ForceHttpsMiddleware
# this code plays up, skip for now
#Rails.configuration.middleware.insert_before MessageBus::Rack::Middleware, Discourse::ForceHttpsMiddleware

0 comments on commit 166a8d2

Please sign in to comment.