Sha256: 7e4344605269d7b9d744d941a87ac0de655110b1dbd193e9900376946894a7ed

Contents?: true

Size: 874 Bytes

Versions: 2

Compression:

Stored size: 874 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

  # Passenger will run as vagrant, where rbenv is installed
  PassengerDefaultUser vagrant

  # Set the rack/rails environment
  PassengerAppEnv <%= @passenger_app_env %>

  # 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.1 local_modules/freighthop/templates/apache/passenger.conf.erb
freighthop-0.3.1 modules/freighthop/templates/apache/passenger.conf.erb