Given the documentation suggests using Ubuntu, and any Debian derivative
requires manually specifying plugins in uwsgi, add the python27 plugin to
the example uwsgi settings file.

Signed-off-by: Russell Currey <[email protected]>
---
 lib/uwsgi/patchwork.ini | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/uwsgi/patchwork.ini b/lib/uwsgi/patchwork.ini
index 4f5dc90..fc0f0ed 100644
--- a/lib/uwsgi/patchwork.ini
+++ b/lib/uwsgi/patchwork.ini
@@ -1,5 +1,7 @@
 [uwsgi]
 
+plugins = python27
+
 project = patchwork
 base = /opt
 user = www-data
-- 
2.9.0

_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to