Nginx/Passenger: Difference between revisions
Jump to navigation
Jump to search
| Line 270: | Line 270: | ||
gzip_buffers 64 8k; | gzip_buffers 64 8k; | ||
gzip_disable "msie6"; | gzip_disable "msie6"; | ||
gzip_types text/css text/xml application/x-javascript application/atom+xml text/mathml text/plain text/vnd.sun.j2me.app-descriptor text/vnd.wap.wml text/x-component image/bmp image/svg+xml image/x-icon; | gzip_types text/css text/xml application/x-javascript application/atom+xml text/mathml text/plain text/vnd.sun.j2me.app-descriptor text/vnd.wap.wml text/x-component image/bmp image/svg+xml image/x-icon; | ||
root /home/deploy/sites/academia.chorke.org/production/current/public; | root /home/deploy/sites/academia.chorke.org/production/current/public; | ||
Revision as of 14:49, 7 February 2026
| |||
cat <<'EXE' | sudo bash
apt-get update;echo
apt-get install -y nginx libnginx-mod-http-passenger
/usr/bin/passenger_free_ruby -v
which passenger;echo
passenger version
apt-get clean
EXE
|
|||
| |||
Passenger » Why
|
Passenger » Why | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||
Passenger » How
|
Passenger » How | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
References
|
References | ||
|---|---|---|