How to configure multiple web site with django and tornado?

Posted by mapcuk on Stack Overflow See other posts from Stack Overflow or by mapcuk
Published on 2010-04-12T07:58:26Z Indexed on 2010/04/12 8:03 UTC
Read the original article Hit count: 244

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about django

Related posts about nginx