diff options
-rw-r--r-- | config/httpd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index 129b1577b..9e6b39c12 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -52,6 +52,8 @@ 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> |