My webserver of choice is nginx, it’s resource friendly, fast, reliable and versatile. I have a resource constrained Debian 6.0 “server” and wanted to deploy nginx on it for testing. Sadly, the nginx package in the Squeeze repositories is very old. Fortunately, the nginx team maintain a Debian package repository. Add the nginx repository. sudo nano /etc/apt/sources.list.d/nginx.list Squeeze deb http://nginx.org/packages/debian/ squeeze nginx deb-src http://nginx.org/packages/debian/ squ...