mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Added the uwsgi_modifier1 option to nginx as described on [0] and also change the chmod option on the socket to allow nginx to connect to it. [0] https://gist.github.com/janoliver/85b682227bd9fcb8942885e60208bd76
11 lines
245 B
Django/Jinja
11 lines
245 B
Django/Jinja
[uwsgi]
|
|
plugins = cgi
|
|
socket = {{ smartgit_socket }}
|
|
chown-socket = {{ aurweb_user }}:http
|
|
chmod-socket = 770
|
|
threads = 4
|
|
cgi = /usr/lib/git-core/git-http-backend
|
|
uid = {{ aurweb_user }}
|
|
gid = http
|
|
daemonize = /var/log/uwsgi/smartgit-aurweb.log
|