Skip to content Skip to sidebar Skip to footer

Setup Multiple Django Gunicorn Instances With Nginx

Got one django site running with gunicorn & nginx need to setup another site also with the same. Nginx settings is straight forward, how to rework below to add another site /ho

Solution 1:

Try How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 14.04 LTS

or Configuring multiple domains and subdomains. DNS & Nginx issues abound!

Post a Comment for "Setup Multiple Django Gunicorn Instances With Nginx"