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-05-25 00:02:20 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-05-25 00:02:20 +0400
commit75277b4d0e0bf4d2a0de05e3dde3ce02ccc02937 (patch)
treecc9e5ad2d236e4a3658ddd7c0b432eb40684e7aa /config.ru
parent33efa45ec09176106d94d7824a0cc1355725e4b1 (diff)
gzip outgoing stuffs for great success
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ru b/config.ru
index a49db71c6..bd250d89b 100644
--- a/config.ru
+++ b/config.ru
@@ -12,6 +12,6 @@ require ::File.expand_path('../lib/rack/chrome_frame', __FILE__)
if defined?(Unicorn)
use UnicornKiller::Oom, 300 * 1024
end
-
+use Rack::Deflater
use Rack::ChromeFrame, :minimum => 8
run Diaspora::Application