]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
uwsgi: Add python plugin
authorRussell Currey <ruscur@russell.cc>
Fri, 15 Jul 2016 05:42:09 +0000 (15:42 +1000)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 15 Jul 2016 13:02:28 +0000 (14:02 +0100)
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@russell.cc>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
lib/uwsgi/patchwork.ini

index 4f5dc909f4f79f8fb2e97f70a8b917e8ae2cf29b..fc0f0ed2625d6a342569090ff1c0ceb9fc81cd58 100644 (file)
@@ -1,5 +1,7 @@
 [uwsgi]
 
+plugins = python27
+
 project = patchwork
 base = /opt
 user = www-data