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] [uwsgi]
socket = :8000
chdir = /app chdir = /app
module = dynamicweb2.wsgi:application module = dynamicweb2.wsgi:application
socket = /app/dynamicweb2.sock master = true
chmod-socket = 666 processes = 4
vacuum = true threads = 2