From 17e783b5d159f205f0de59c6c522f5de5b8c9a6e Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 7 Dec 2012 11:42:12 +0100 Subject: working version without proxy --- config.ru | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.ru') diff --git a/config.ru b/config.ru index 4050809..76b7b7a 100644 --- a/config.ru +++ b/config.ru @@ -1,6 +1,10 @@ SERVICE = "aop" require 'bundler' Bundler.require -timeout = 600 require './application.rb' +use Rack::Session::Dalli, :cache => Dalli::Client.new +#use Rack::Cache, +# :verbose => true, +# :metastore => "memcached://127.0.0.1:11211/meta", +# :entitystore => "memcached://127.0.0.1:11211/body" run OpenTox::Application -- cgit v1.2.3