diff options
-rw-r--r-- | install/uwsgi.ini.template | 2 |
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 |