Nginx/Passenger: Difference between revisions
Jump to navigation
Jump to search
| Line 143: | Line 143: | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
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 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
lxc exec passenger -- cat /usr/share/nginx/modules-available/mod-http-passenger.load | echo | ||
lxc exec passenger -- cat /usr/share/nginx/modules-available/mod-http-passenger.load;echo | |||
lxc exec passenger -- cat /etc/nginx/modules-enabled/50-mod-http-passenger.conf | lxc exec passenger -- cat /etc/nginx/modules-enabled/50-mod-http-passenger.conf | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 17:09, 6 February 2026
cat <<'EXE' | sudo bash
apt-get update;echo
apt-get install -y nginx
nginx -v;echo
apt-get clean
EXE
|
|||
| |||
Passenger » Why
|
Passenger » Why | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||
Passenger » How
|
Passenger » How | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
References
|
References | ||
|---|---|---|