aboutsummaryrefslogtreecommitdiff
path: root/src/cgit/etc/uwsgi/cgit.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgit/etc/uwsgi/cgit.ini')
-rw-r--r--src/cgit/etc/uwsgi/cgit.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cgit/etc/uwsgi/cgit.ini b/src/cgit/etc/uwsgi/cgit.ini
new file mode 100644
index 0000000..85ac871
--- /dev/null
+++ b/src/cgit/etc/uwsgi/cgit.ini
@@ -0,0 +1,10 @@
+[uwsgi]
+master = true
+plugins = cgi
+socket = /run/uwsgi/%n.sock
+uid = www-data
+gid = www-data
+procname-master = uwsgi cgit
+processes = 1
+threads = 2
+cgi = /usr/lib/cgit/cgit.cgi