#What is the best option to have two or more django projects on a VPS server

4 messages · Page 1 of 1 (latest)

sly jay
#

Im seek for the right configuration, maybe with gunicorn, nginx?

copper lance
#

A nginx server can be a reverse proxy for multiple gunicorn servers each running a different Django project. They can be separated by different domains, paths, or ports.

#

If you explain a bit better what you currently have, it will be easier to help.

sly jay
#

thanks!!