diff options
-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> |