force ssl in production

This commit is contained in:
Konstantin Haase 2012-09-20 17:01:17 +02:00
parent fd6705b114
commit 36b58c59ff

View File

@ -41,7 +41,7 @@ class EndpointSetter < Struct.new(:app, :endpoint)
end
end
use Rack::SSL if env == 'production'
use Rack::Deflater if deflate and deflate != '0'
app = proc do |env|