aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorfrancis <francis>2009-07-14 23:02:06 +0000
committerfrancis <francis>2009-07-14 23:02:06 +0000
commit0ceafaed64afbb0fd5875ee010ad76151f0564fc (patch)
tree650f6908a91fd529880cb92a7635182fe73bc212 /app/controllers/help_controller.rb
parent5a34a09c42b26094588c18033bc749febe7819d5 (diff)
Cache a few more things with Squid.
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
index 3cce00d1e..b792738a4 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -4,11 +4,12 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: help_controller.rb,v 1.10 2008-11-07 00:01:49 francis Exp $
+# $Id: help_controller.rb,v 1.11 2009-07-14 23:02:06 francis Exp $
class HelpController < ApplicationController
def about
+ expires_in 10.minutes, :private => false # cache via squid reverse proxy
end
def unhappy