la-chariotte/docker/uwsgi.ini

10 lines
180 B
INI

[uwsgi]
http = :$(PORT)
home = /venv
module = la_chariotte.wsgi:application
master = True
vacuum = True
max-requests = 5000
processes = 4
enable-threads = true
buffer-size = 32768