How to configure multiple web site with django and tornado?
- by mapcuk
On my VDS I use nginx, django and tornado. I had just one project, Now i gonna deploy another one project with a different domain name. I want to use different databases and folders.
I know how to configure nginx for serving static resourses , but what about tornado?
Should i run separeted instance of tornado for each project or is there any better solution?