NGINX Rewrite Rules & Resources

Home » NGINX

Rewrite Rules

Articles & Resources

About NGINX

Though NGINX (pronounced engine X) became famous as the fastest web server, the underlying architecture has proved ideal for many web-related tasks beyond just serving content.  Because it can handle a high volume of connections, NGINX is commonly used as a reverse proxy and load balancer to manage incoming traffic and distribute it to slower upstream servers – anything from legacy database servers to microservices.  NGINX currently boasts about 41% of the web server market, slowly encroaching on Apache’s share.