From: Russell Currey Date: Fri, 15 Jul 2016 05:42:09 +0000 (+1000) Subject: uwsgi: Add python plugin X-Git-Tag: v2.0.0-rc1~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68136fcdf4c9a114ac9d4721f488f19fdea38912;p=thirdparty%2Fpatchwork.git 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 --- diff --git a/lib/uwsgi/patchwork.ini b/lib/uwsgi/patchwork.ini index 4f5dc909..fc0f0ed2 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