Versions Compared

Key

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

...

Gliffy Diagram
macroId70c86f5b-38fd-47f2-81a9-eeb5a4b24bbd
displayNameDjango with uWSGI, nginx and SSL on CentOS 7
nameDjango with uWSGI, nginx and SSL on CentOS 7
pagePin2

The main function of NGiNX is a load balancer.

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:

...