diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-12 17:57:20 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-12 17:57:20 +0000 |
commit | c0ccb597363448899f30c3fcf9f1aba78174b7cd (patch) | |
tree | 30e170af1b146dba3911d7beeabab36c1bed1a44 | |
parent | 5e400fd939091a12515b069d618b9e7b18bb4016 (diff) |
Set RailsEnv to production in the Apache config
-rw-r--r-- | config/httpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 14197d8e4..3bbe50fb3 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -38,6 +38,7 @@ RewriteRule /files/(.+) http://files.whatdotheyknow.com/$1 PassengerResolveSymlinksInDocumentRoot on # Recommend setting this to 3 or less on servers with 512MB RAM PassengerMaxPoolSize 6 + RailsEnv production </IfModule> # Gzip font resources |