Add uwsgi.ini

This commit is contained in:
PCoder 2023-12-13 20:01:22 +05:30
parent 4579d8bcf2
commit 5ef72448d9

View file

@ -1,6 +1,7 @@
[uwsgi]
socket = :8000
chdir = /app
module = dynamicweb2.wsgi:application
socket = /app/dynamicweb2.sock
chmod-socket = 666
vacuum = true
master = true
processes = 4
threads = 2