|
|
|
|
|
by antihero
4835 days ago
|
|
Skip it and go with uWSGI ;) Emperor mode is fantastic. Say you have /srv/mysite/uwsgi.ini and /srv/myothersite/uwsgi.ini (uwsgi config files for two different sites) you can run uwsgi --emperor /srv/*/uwsgi.ini and bam, it'll launch processes for all your sites. |
|