« Back to Glossary Index

Nginx (pronounced "engine-x") is a free, open-source web server software, similar in purpose to Apache, but built with a fundamentally different architecture that generally handles heavy, concurrent traffic loads more efficiently. It's widely used both as a standalone web server and as a reverse proxy sitting in front of Apache.

  • Nginx generally handles a very high volume of simultaneous connections more efficiently
  • Apache offers more flexible, granular configuration through .htaccess files
  • Nginx is frequently used as a reverse proxy, sitting in front of Apache to boost overall performance
  • Many high-traffic sites now run on a combination of both together

Nginx's event-driven architecture handles many simultaneous connections with considerably less memory overhead than Apache's traditional approach — a meaningful advantage for high-traffic sites or servers running with genuinely limited resources.

Many premium managed WordPress hosts — Kinsta and WP Engine among them — run entirely on Nginx specifically for its performance benefits. Most WordPress site owners never need to configure it directly themselves, since it operates quietly behind the scenes as part of the hosting provider's own server setup.

« Back to Index
Share This