diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/crontab.ugly | 1 | ||||
-rw-r--r-- | conf/httpd.conf-example | 1 | ||||
-rw-r--r-- | conf/packages | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 02a0183b2..4052275ee 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -39,6 +39,7 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org 43 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/problem-creation-graph 00 8 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/check-for-zombies !!(*= $user *)!! + !!(* if ($vhost eq 'www.fixmystreet.com') { *)!! 10 * * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet-virtualenv/bin/python /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/kasabi !!(* } *)!! diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example index c1b6d96c2..e7900161e 100644 --- a/conf/httpd.conf-example +++ b/conf/httpd.conf-example @@ -67,6 +67,7 @@ ExpiresByType text/css "access plus 10 years" ExpiresByType application/javascript "access plus 10 years" <Location /js/> AddOutputFilter DEFLATE js + Header append Cache-Control "no-transform" </Location> # Don't want jslib being passed to Catalyst diff --git a/conf/packages b/conf/packages index 21ee0a862..0f0c48df2 100644 --- a/conf/packages +++ b/conf/packages @@ -32,6 +32,7 @@ libyaml-perl liblist-moreutils-perl ruby-compass | libhaml-ruby libtemplate-perl +postgresql-8.4 postgresql-server-dev-8.4 gnuplot ttf-bitstream-vera |