mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-04 12:51:50 +02:00
10 lines
180 B
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
|