nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy server, and mail proxy server.


Comments about nginx as an Alternative to Apache HTTP Server
nginx is a great alternative if using as reverse proxy, or hosting pages that strictly use html/css/javascript for content, but if you have php, python, or any other server side languages in your code i would recommend using Apache
- nginx is Free and Open Source
- nginx is Lightweight











































Nginx as highly configurable as Apache, but Nginx consumes less resources.