trevorturk (owner)

Revisions

gist: 216561 Download_button fork
public
Description:
Installing nginx via Passenger with a secure version of nginx
Public Clone URL: git://gist.github.com/216561.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
Assuming you have Ruby Enterprise Edition installed in /opt/ruby-enterprise/...
 
wget -P /tmp http://sysoev.ru/nginx/nginx-0.7.62.tar.gz
tar -xzf /tmp/nginx-0.7.62.tar.gz -C /tmp
/opt/ruby-enterprise/bin/passenger-install-nginx-module --auto --nginx-source-dir=/tmp/nginx-0.7.62 --prefix=/opt/nginx --extra-configure-flags=none
 
nginx will be installed here: /opt/nginx/sbin/nginx