|
I know that WebFaction uses nginx as frontend server for static files. I'm trying to deploy a Django project with gunicorn and nginx configured as reverse proxy. I wonder if I have to install a local copy of nginx with a local .conf file, or if it's possible to use the main nginx server with the same local .conf file, and how. |