Sha256: d9647ff71c9030eba0e30ccbef4269f7674fa0f65b6632b1268a5e92d8822a02

Contents?: true

Size: 702 Bytes

Versions: 2

Compression:

Stored size: 702 Bytes

Contents

# Managed by Puppet; changes will be overwritten.
<IfModule mod_passenger.c>
  # PassengerRoot comes straight from the phusion libapache2-mod-passenger
  # package's stock config
  PassengerRoot /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini

  # Points to the ruby interpreter that will be used to run applications
  PassengerDefaultRuby /home/vagrant/.rbenv/shims/ruby

  # Send uploads directly to Rack application without buffering them first.
  # Allows application to deal in streams for large uploads.
  # Requires Passenger 4.0.26 or higher; defaults to Off
<% if @passenger_buffer_upload -%>
  PassengerBufferUpload On
<% else -%>
  PassengerBufferUpload Off
<% end -%>
</IfModule>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
freighthop-0.3.0 local_modules/freighthop/templates/apache/passenger.conf.erb
freighthop-0.3.0 modules/freighthop/templates/apache/passenger.conf.erb