You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Dear Django community,
i have deployed my django project at production server with gunicorn and nginx and it is working good.
My question is can i deploy more then one django project on production server(ubuntu 16.04) for running two websites?
Thank you
Kamal Sharma
PASCUAL Eric
unread,
Jul 3, 2018, 3:33:13 AM7/3/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi Kamal,
Of course you can. It's just a matter of defining virtual hosts in Nginx configuration and route them to the different Gunicorns serving your apps, based on the host found in the requests URLs.