1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-18 07:56:05 +02:00
infrastructure/roles/patchwork/templates/patchwork.ini.j2

17 lines
353 B
Plaintext
Raw Normal View History

[uwsgi]
2017-06-06 21:28:35 +02:00
plugins=python
chdir={{ patchwork_dir }}
pythonpath={{ patchwork_dir }}
module=patchwork.wsgi:application
socket=/run/uwsgi/patchwork.sock
chmod-socket=660
virtualenv={{ patchwork_dir }}/env
processes=2
threads=2
master=true
uid=patchwork
gid=http
thunder-lock = true
daemonize=/var/log/uwsgi/patchwork.log
stats=/run/uwsgi/patchwork-stats.sock