tilefy/tilefy/uwsgi.ini
2022-06-13 08:45:45 +07:00

11 lines
155 B
INI

[uwsgi]
callable = app
http-socket = :8000
plugins = python3
processes = 4
threads = 2
master = true
chmod-socket = 660
vacuum = true
wsgi-file = views.py