nginx resources
March 25th, 2009
I have been using a relatively new HTTP server called nginx (pronounced “engine-x”) on a project and have been pretty impressed with it. Despite the original documentation being in Russian, the English documentation is getting better and we are beginning to see a lot more resources popping up to help people with nginx. Here are some resources you might find helpful in getting your nginx server up and running… – Official Stuff: Official nginx website: http://nginx.net/ Official nginx English wiki: http://wiki.nginx.org/Main – Installing nginx on Ubuntu Intrepid: Install it really quick – Install nginx using aptitude package manager or Install…