DEV Community

Manthankumar Satani
Manthankumar Satani

Posted on

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…

Top comments (0)