mirror of
https://github.com/chillout2k/gulag.git
synced 2025-12-13 16:00:18 +00:00
10 lines
188 B
INI
10 lines
188 B
INI
[uwsgi]
|
|
processes = 4
|
|
cheaper = 1
|
|
cheaper-initial = 1
|
|
cheaper-step = 1
|
|
python-path = /app
|
|
wsgi-file = /app/uwsgi.py
|
|
pyargv = --config /config/config.json
|
|
socket = /socket/gulag_uwsgi.sock
|