From 68136fcdf4c9a114ac9d4721f488f19fdea38912 Mon Sep 17 00:00:00 2001 From: Russell Currey Date: Fri, 15 Jul 2016 15:42:09 +1000 Subject: uwsgi: Add python plugin 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 Reviewed-by: Stephen Finucane --- lib/uwsgi/patchwork.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/uwsgi') 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 -- cgit v1.2.3