Nginx only or Nginx(reverse proxy) + Apache [closed] Nginx only or Nginx(reverse proxy) + Apache [closed] nginx nginx

Nginx only or Nginx(reverse proxy) + Apache [closed]


Nginx works great by itself and will likely be much faster than Apache. It also uses far less resources (RAM, CPU). That being said, Apache brings some goods to the table, namely simplified deployment for some scenarios (and 2.4 has compelling caching features).

Nginx vs Apache is a false dichotomy. Nginx makes Apache better. By all means, put Nginx out front, but don't write off Apache entirely if it suits your needs.


What are you going to do with your Nginx? If you just want a web server you can go with only Nginx, that's fine.