summaryrefslogtreecommitdiff
path: root/install/uwsgi.ini.template
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-01-31 18:02:35 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-07-01 18:02:28 +0200
commit8dd139ffe65c55514b7f4303d412e3c2e4994fb7 (patch)
tree751017b75a8cdf50dfb79b2d04bc4c4a4ca822d1 /install/uwsgi.ini.template
parent123c6737f8e574df88ddebaa1c5df1b82e234be1 (diff)
downloadIshtar-8dd139ffe65c55514b7f4303d412e3c2e4994fb7.tar.bz2
Ishtar-8dd139ffe65c55514b7f4303d412e3c2e4994fb7.zip
Fix uwsgi templates for python3 on buster
Diffstat (limited to 'install/uwsgi.ini.template')
-rw-r--r--install/uwsgi.ini.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/uwsgi.ini.template b/install/uwsgi.ini.template
index 915087258..ee92e7d4c 100644
--- a/install/uwsgi.ini.template
+++ b/install/uwsgi.ini.template
@@ -5,7 +5,7 @@ projectdomain = #URL#
base = #INSTALL_PREFIX#
# config
-plugins = python
+plugins = python3
master = true
protocol = uwsgi
env = DJANGO_SETTINGS_MODULE=%(projectname).settings