diff --git a/server_setup.coffee b/server_setup.coffee index ff04b7b15..d15035c53 100644 --- a/server_setup.coffee +++ b/server_setup.coffee @@ -47,8 +47,7 @@ setupExpressMiddleware = (app) -> app.use(express.bodyParser()) app.use(express.methodOverride()) app.use(express.cookieSession({secret:'defenestrate'})) - if config.isProduction - app.use(express.compress()) + #app.use(express.compress()) if config.isProduction # just let Cloudflare do it setupPassportMiddleware = (app) -> app.use(authentication.initialize())