Merge pull request #559 from vsund/patch-5

Add explicitely Python to uwsgi config
This commit is contained in:
Aaron Blankstein
2017-08-22 16:25:23 -04:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
[uwsgi]
plugins = python
module = api.server:app
master = true
processes = 9