I\'m looking at the WSGI specification and I\'m trying to figure out how servers like uWSGI fit into the picture. I understand the point of the WSGI spec is to separate web
In simple terms, just think of an analogy where you are running a CGI or PHP application with Nginx web server. You will use the respective handlers like php-fpm to run these files since the webserver, in its native form doesn't render these formats.