Dobrica Pavlinušić's random unstructured stuff
nginx: Revision 3
{toc: }

^ Links

* http://jimmyg.org/2007/12/07/nginx-proxying-to-pylons-with-ssl-on-debian-etch/
* https://calomel.org/nginx.html

^ Compilation and packaging

.pre
dpavlin@llin:/rest/unix/www$ wget http://sysoev.ru/nginx/nginx-0.7.31.tar.gz

dpavlin@llin:/rest/unix/www$ tar tvfz nginx-0.7.31.tar.gz

dpavlin@llin:/rest/unix/www/nginx-0.7.31$ ./configure --with-http_ssl_module --prefix=/srv/nginx

make

sudo checkinstall

.pre

^ Installation

.pre
root@seaside:~# dpkg -i nginx_0.7.31-1_i386.deb
Selecting previously deselected package nginx.
(Reading database ... 8333 files and directories currently installed.)
Unpacking nginx (from nginx_0.7.31-1_i386.deb) ...
Setting up nginx (0.7.31-1) ...
root@seaside:~# cd /srv/nginx/

.pre