summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-12-11 12:22:52 +0100
committerChristoph Helma <helma@in-silico.ch>2012-12-11 12:22:52 +0100
commit610aaaf543fbc06ed3173011750b48001dc5003c (patch)
tree3ad4ee095234a04711118beb378b28a7e10ccd95 /config.ru
parent17e783b5d159f205f0de59c6c522f5de5b8c9a6e (diff)
working version with proxy
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 76b7b7a..d6cf63b 100644
--- a/config.ru
+++ b/config.ru
@@ -2,7 +2,7 @@ SERVICE = "aop"
require 'bundler'
Bundler.require
require './application.rb'
-use Rack::Session::Dalli, :cache => Dalli::Client.new
+#use Rack::Session::Dalli, :cache => Dalli::Client.new
#use Rack::Cache,
# :verbose => true,
# :metastore => "memcached://127.0.0.1:11211/meta",