aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-06 10:05:24 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-06 10:05:24 +0100
commita895f365a20119833378405fcce671f408f799a5 (patch)
treede9b7b7477fbde686d291339746931161ecf3064
parentbf84818182ac18b56f9f6db8f63fb3ced133e231 (diff)
Add note about RackEnv passenger directive
-rw-r--r--config/httpd-vhost.conf-example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example
index 24be6a4d5..bb0334f4a 100644
--- a/config/httpd-vhost.conf-example
+++ b/config/httpd-vhost.conf-example
@@ -37,6 +37,8 @@
# above to tune this for your system
PassengerMaxPoolSize 3
+ # The RAILS_ENV that the app is running in. This can be any of
+ # the environments listed in APP_ROOT/config/environments.
RailsEnv production
RackEnv production
</IfModule>