Engine-X
NGINX is a powerful web server and uses a non-threaded, event-driven architecture.
It can also do other important things, such as load balancing, and HTTP caching, or be used as a reverse proxy.
Normal HTTP Connection
Normal HTTP Connection
{
/admin: use server 1
/settings: use server2
}
/admin
/home
/settings
Prerequisite