Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main function of NGiNX is a load balancer handling all the HTTP/HTTPS traffics from the internet and assign it to uWSGI, so all Django application will work as planned.

WSGI(Web Server Gateway Interface) is used to forward requests from a web Server (such as Apache or NGINX) to a backend Python web application or framework. There are different kind of WSGI variants:

...