mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Set uid,gid on the socket for nginx
This commit is contained in:
parent
be5bdc2f2f
commit
4448de373c
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ ExecStart=/usr/bin/uwsgi \
|
||||||
--chmod-socket=775 \
|
--chmod-socket=775 \
|
||||||
--logto /var/log/__APP__/weblate.log \
|
--logto /var/log/__APP__/weblate.log \
|
||||||
--processes 4
|
--processes 4
|
||||||
|
--uid=__APP__
|
||||||
|
--gid=www-data
|
||||||
|
|
||||||
|
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Reference in a new issue