mirror of
https://github.com/chillout2k/gulag.git
synced 2025-12-13 16:00:18 +00:00
12 lines
231 B
INI
12 lines
231 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/gulag_uwsgi.sock
|
|
http-socket = :9090
|