A
A
Andrey Shubin2014-10-30 11:43:52
linux
Andrey Shubin, 2014-10-30 11:43:52

Deploy multiple Flask/Django apps on the same server?

Greetings! Tell me how to organize the work of several Flask / Django applications on one server? Rather, I'm interested in which bundle is more successful for this ( nginx / apache + fastcgi / uwsgi / etc. ). It is necessary that when you change / disable / add another site, the rest continue to work.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rrooom, 2014-10-30
@idegree

Nginx + uwsgi is the current standard.
Sites do not interfere with each other. Just write a script that will create new configs for Nginxa and uwsgi according to the template, and then reload them yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question