mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
15 lines
311 B
Django/Jinja
15 lines
311 B
Django/Jinja
[uwsgi]
|
|
plugins = python
|
|
chdir = {{ archmanweb_dir }}/repo
|
|
module = wsgi:application
|
|
socket = /run/uwsgi/archmanweb.sock
|
|
chmod-socket = 660
|
|
processes = 4
|
|
threads = 1
|
|
master = true
|
|
uid = archmanweb
|
|
gid = http
|
|
thunder-lock = true
|
|
daemonize = /var/log/uwsgi/archmanweb.log
|
|
stats = /run/uwsgi/archmanweb-stats.sock
|