initial commit

This commit is contained in:
2021-02-15 11:13:30 +01:00
parent d7a385fd45
commit 48443d9855
5 changed files with 79 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
[uwsgi]
base = /cwebcomp
chdir = %(base)
home = %(base)
pidfile= %(base)/cwebcomp.pid
pythonpath= /usr/local
uid = www-data
gid = www-data
module = wsgi:application # path to wsgy.py file
socket = :8000
processes = 8
threads = 4
master = true
chmod-socket = 660
vacuum = true
die-on-term = true
harakiri = 20
max-requests = 5000
logs = %(base)/uwsgi_info.logs
daemonize = %(base)/uwsgi.logs