Category: Nginx
-
Nginx and uwsgi
Nginx is great for serving static pages and acting as a reverse-proxy. When a dynamic page is needed then a second process is used to generate the page. Introduction When setting up a web site it’s common to use nginx as the front-end. Nginx is great for serving static pages and acting as a reverse-proxy.…