summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRussell Currey <ruscur@russell.cc>2016-07-15 15:42:09 +1000
committerStephen Finucane <stephen.finucane@intel.com>2016-07-15 14:02:28 +0100
commit68136fcdf4c9a114ac9d4721f488f19fdea38912 (patch)
tree72ef86046122456472636306e04d0eac3f666a37 /lib
parent1871e487ed0ac18a436c79ce3c82820fa26580a5 (diff)
downloadpatchwork-68136fcdf4c9a114ac9d4721f488f19fdea38912.tar
patchwork-68136fcdf4c9a114ac9d4721f488f19fdea38912.tar.gz
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 <ruscur@russell.cc> Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/uwsgi/patchwork.ini2
1 files changed, 2 insertions, 0 deletions
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