From 75d6e39dcaa27f0404e606a188fa4de46cae91f9 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 14 Feb 2022 15:42:18 -0500 Subject: add initial centos7 doc --- stackbin.wsgi.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stackbin.wsgi.ini') diff --git a/stackbin.wsgi.ini b/stackbin.wsgi.ini index 4b38ea8..cf35ffb 100644 --- a/stackbin.wsgi.ini +++ b/stackbin.wsgi.ini @@ -1,5 +1,8 @@ [uwsgi] -plugins = logfile +# CentOS 7 uwsgi needs "python36" added to this list. +plugins = logfile, python36 +# Devuan does not. +#plugins = logfile http-socket = 0.0.0.0:5000 wsgi-file = stackbin.py callable = app -- cgit