Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2012-01-19 06:03:15 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-01-19 06:03:15 +0400
commit7cafac8c0562fb390644096a3c1309beca26759b (patch)
tree669ea7548d8e95ad1ebd7cdb27e85df0f0223ae8 /config/environments
parentfe03d7875d0913d0e085b6a54df12084094fec27 (diff)
I should really start using autosave-on-lose-focus in vimi [ci skip]
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 405c42049..6d51c531c 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -37,9 +37,6 @@ Diaspora::Application.configure do
# In production, Apache or nginx will already do this
config.serve_static_assets = false
- #force ssl in production
- config.middleware.insert_before Rack::Runtime, Rack::SSL
-
# Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"