Just build this little guy for our puppet script, maybe someone needs it too ![]()
export V=0.7.67 && wget -O /tmp/nginx-$V.tar.gz http://sysoev.ru/nginx/nginx-$V.tar.gz && cd /tmp && tar xzvf nginx-$V.tar.gz && sudo passenger-install-nginx-module --nginx-source-dir /tmp/nginx-$V --extra-configure-flags="--with-http_ssl_module" --auto --prefix=/opt/nginx-$V && rm /opt/nginx && sudo ln -s /opt/nginx-$V /opt/nginx
(If you like the stock nginx without ssl, youll need the –auto-download option)
Advertisement

2 comments
Comments feed for this article
2011-04-30 at 13:49:51
A Fresh Start with Ubuntu Natty Narwahl « My Pragmatic life
[...] Nginx + Passenger [...]
2011-10-17 at 15:50:40
A fresh start with Ubuntu Oneiric Ocelot 11.10 « My Pragmatic life
[...] Nginx + Passenger [...]