diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-03 14:36:31 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-03 14:36:31 +0100 |
commit | 991e6f00f62fa06842ca8c51743d80dbee03ec09 (patch) | |
tree | baa2a51740fed2798d798836144458444d4fc82e | |
parent | f952be7693595642e0e5d66853528406af92b1b6 (diff) |
Removing PassengerMinInstances - need to have Passenger 3.0.0
-rw-r--r-- | config/httpd.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 9e6b39c12..129b1577b 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -52,8 +52,6 @@ RewriteRule ^/request/((\d{1,3})\d*)/(response/\d+/attach/(html/)?\d+/.+) /views PassengerResolveSymlinksInDocumentRoot on # Recommend setting this to 3 or less on servers with 512MB RAM PassengerMaxPoolSize 6 - # Minimum number of instances that will be maintained - PassengerMinInstances 6 RailsEnv production </IfModule> |