Nginx/Passenger: Difference between revisions
Jump to navigation
Jump to search
| Line 193: | Line 193: | ||
lxc exec passenger -- cat /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini;echo | lxc exec passenger -- cat /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini;echo | ||
lxc exec passenger -- cat /etc/nginx/conf.d/mod-http-passenger.conf | lxc exec passenger -- cat /etc/nginx/conf.d/mod-http-passenger.conf | ||
lxc exec passenger -- sh -c 'ls -alh /var/run/passenger-instreg/*' | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 12:34, 7 February 2026
| |||
cat <<'EXE' | sudo bash
apt-get update;echo
apt-get install -y nginx libnginx-mod-http-passenger
which passenger;echo
passenger version
apt-get clean
EXE
|
|||
| |||
Passenger » Why
|
Passenger » Why | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||
Passenger » How
|
Passenger » How | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
References
|
References | ||
|---|---|---|