Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
86eea2fc
Verified
Commit
86eea2fc
authored
Feb 11, 2020
by
Giancarlo Razzolini
Browse files
roles/aurweb: Fix the user on the cgit uwsgi configuration
The user for the socket was set incorrectly, fixed it.
parent
03ec6a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/aurweb/templates/cgit.ini.j2
View file @
86eea2fc
[uwsgi]
plugins = cgi
socket = /run/uwsgi/cgit.sock
chown-socket =
http
:http
chown-socket =
{{ aurweb_user }}
:http
chmod-socket = 770
threads = 4
cgi = /usr/share/webapps/cgit-aurweb/cgit.cgi
uid = {{ aurweb_user }}
gid =
{{ aurweb_user }}
gid =
http
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment