Skip to content

Commit c492b84

Browse files
author
Stephen
committed
Remove RackAutoDetect and RailsAutoDetest
Removed RailsAutoDetect and RackAuoDetect as it removed in Rails 4.0 (https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html#_railsautodetect_rackautodetect_and_wsgiautodetect) and we no longer need it anyway.
1 parent d01b622 commit c492b84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/puppet_passenger.conf.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ PassengerHighPerformance on
22
PassengerPoolIdleTime 1500
33
# PassengerMaxRequests 1000
44
PassengerStatThrottleRate 120
5-
RackAutoDetect Off
6-
RailsAutoDetect Off
75
<% if @puppet_passenger_tempdir != false %>
86
PassengerTempDir <%= @puppet_passenger_tempdir %>
97
<% end %>

0 commit comments

Comments
 (0)