Nginx/Passenger: Difference between revisions
Jump to navigation
Jump to search
| Line 136: | Line 136: | ||
How » Config | How » Config | ||
|- | |- | ||
|valign='top' | |valign='top' colspan='2'| | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
lxc restore passenger passenger:6.1.2 && sleep 5 | lxc restore passenger passenger:6.1.2 && sleep 5 | ||
| Line 150: | Line 150: | ||
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> | ||
|- | |||
|valign='top' style='width:50%'| | |valign='top' style='width:50%'| | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
| Line 164: | Line 164: | ||
EXE | EXE | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|valign='top' style='width:50%'| | |||
|} | |} | ||
|} | |} | ||
Revision as of 17:04, 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 | ||
|---|---|---|