File nginx_passenger_root.include of Package rubygem-passenger
x
1
# DO NOT EDIT THIS FILE IT IS MEANT TO BE AUTO UPDATED ON PACKAGE UPDATE
2
# EDIT /etc/nginx/conf.d/passenger.conf
3
#
4
# passenger_root <directory>
5
#
6
# The location to the Phusion Passenger root directory. This configuration
7
# option is essential to Phusion Passenger, and allows Phusion Passenger to
8
# locate its own data files. The correct value is given by the installer or
9
# passenger-config --root
10
# This required option may only occur once, in the http configuration block.
11
passenger_root @PassengerRoot@;
12