gulag/docker/server/config/vassals/gulag_server.ini
2020-12-17 16:27:00 +01:00

12 lines
230 B
INI

[uwsgi]
processes = 4
cheaper = 1
cheaper-initial = 1
cheaper-step = 1
plugin = python
python-path = /app
wsgi-file = /app/uwsgi.py
pyargv = --config /config/gulag-config.json
socket = /socket/gulag_uwsgi.sock
http-socket = :9090