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:40:45 +0100 |
commit | b6231086aa895c83bfeb1cc7067725a9b96e8d0d (patch) | |
tree | b492f7d6f9171ee4d925ba4ba9d0661284e370dd | |
parent | 62e48041f566e58c843e358fb69a45d9b3b93b64 (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> |