summaryrefslogtreecommitdiff
path: root/etc/uwsgi/cgit.ini
blob: e2f750cbc9599b7d2737ee74d289cea56e36fb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https://wiki.archlinux.org/title/Cgit#Using_uwsgi
# https://wiki.gentoo.org/wiki/User:Halcon/HOWTO_cgit_uwsgi_nginx
# https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html
# https://uwsgi-docs.readthedocs.io/en/latest/Options.html
[uwsgi]
master = true
plugins = cgi
socket = /run/uwsgi/%n.sock
uid = http
gid = http
procname-master = uwsgi cgit
processes = 1
threads = 2
cgi = /usr/lib/cgit/cgit.cgi