mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
fix permissions
This commit is contained in:
parent
c93a700a42
commit
6262b5dbde
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ umask = 0022
|
||||||
uid = __APP__
|
uid = __APP__
|
||||||
gid = __APP__
|
gid = __APP__
|
||||||
|
|
||||||
|
chmod-socket = 666
|
||||||
|
|
||||||
# Enable harakiri mode (kill requests after some time)
|
# Enable harakiri mode (kill requests after some time)
|
||||||
# harakiri = 3600
|
# harakiri = 3600
|
||||||
# harakiri-verbose = true
|
# harakiri-verbose = true
|
||||||
|
|
Loading…
Reference in a new issue