[PATCH] uwsgi: Add python plugin

Russell Currey ruscur at russell.cc
Fri Jul 15 15:42:09 AEST 2016


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 <ruscur at russell.cc>
---
 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



More information about the Patchwork mailing list