in NGINX by
What are the main tasks of the Nginx web server?

1 Answer

0 votes
by
The following are the main tasks of the Nginx web server:

The main task of the Nginx web server is to deploy dynamic HTTP content on a network using SCGI, Fast CGI handlers for scripts, WSGI application servers or Phusion passenger module.

Nginx is also used to serve as a load balancer.
...