You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/docker/production/kompass.uwsgi.ini

10 lines
149 B
INI

[uwsgi]
socket = /tmp/uwsgi/kompass.sock
chdir = /app/jdav_web/
module = jdav_web.wsgi
master = true
processes = 2
chmod-socket = 666
vacuum = true