How to host multiple Django Project under subdomains with uWSGI and NGINX on a single server?

itsmnthn

Manthankumar Satani

Posted on April 14, 2021

How to host multiple Django Project under subdomains with uWSGI and NGINX on a single server?

I've been trying to deploy two Django projects on a single server using uWSGI and Unix socket Nginx, I've cross-checked the configuration it seems fine, but it behaves oddly. Let me give the project names A for first and B for second for better understanding and referencing.

For both projects…

💖 💪 🙅 🚩
itsmnthn
Manthankumar Satani

Posted on April 14, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related