Skip to content

Commit

Permalink
* remove unneeded config and change the max, min and timeout settings…
Browse files Browse the repository at this point in the history
… for passenger
  • Loading branch information
dudemeister committed Mar 2, 2012
1 parent 5437855 commit 4a07f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 72 deletions.
6 changes: 3 additions & 3 deletions apache2/passenger_vhost.conf.erb
@@ -1,5 +1,5 @@
PassengerMaxPoolSize 2
PassengerPoolIdleTime 0
PassengerMinInstances 2
PassengerMaxPoolSize 10
PassengerUseGlobalQueue on

<VirtualHost *:80>
Expand All @@ -13,7 +13,7 @@ PassengerUseGlobalQueue on
ProxyRequests On
AllowCONNECT 22

<Proxy http://127.0.0.1:8124 >
<Proxy http://127.0.0.1:8124>
AddDefaultCharset off
Order deny,allow
Allow from all
Expand Down
69 changes: 0 additions & 69 deletions apache2/passenger_vhost.conf.erb.original

This file was deleted.

0 comments on commit 4a07f37

Please sign in to comment.