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