diff options
author | B. Stack <bgstack15@gmail.com> | 2022-11-29 16:09:22 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-11-29 16:09:22 -0500 |
commit | 4a8ce7e2862b338a7f8e34d016a3119290239b0b (patch) | |
tree | 951ad8a52ddf31e489e4fab7c0d0c96947d6b0f4 /outbound.wsgi.ini.dev | |
download | outbound-master.tar.gz outbound-master.tar.bz2 outbound-master.zip |
Diffstat (limited to 'outbound.wsgi.ini.dev')
-rw-r--r-- | outbound.wsgi.ini.dev | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/outbound.wsgi.ini.dev b/outbound.wsgi.ini.dev new file mode 100644 index 0000000..1825540 --- /dev/null +++ b/outbound.wsgi.ini.dev @@ -0,0 +1,17 @@ +[uwsgi] +# CentOS 7 uwsgi needs "python36" added to this list. +#plugins = logfile, python36 +# Devuan Ceres does not. +plugins = logfile +http-socket = 0.0.0.0:4682 +wsgi-file = outbound.py +callable = app +touch-reload = outbound.py +touch-reload = outbound.conf +touch-reload = outbound.wsgi.ini +req-logger = file:log/req.log +# to get strftime format fields, you need double percent signs +logdate = "%%FT%%T" +logger = file:log/outbound.log +# the init script uses a different pidfile owned by root. +pidfile = var/outbound-wsgi.pid |