fix: Correct permissions for www-data group
This commit is contained in:
parent
af11063bd8
commit
4d46eca970
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ site=friendica.example.net
|
|||
user=friendica
|
||||
group=www-data
|
||||
fileperm=640
|
||||
folderperm=750
|
||||
folderperm=770
|
||||
folder=/var/www/friendica
|
||||
folderescaped=${folder////\\/}
|
||||
tmpfile=/tmp/friendica-fix-avatar-permissions.txt
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
url=friendica.example.net
|
||||
user=friendica
|
||||
group=www-data
|
||||
fileperm=640
|
||||
folderperm=750
|
||||
fileperm=660
|
||||
folderperm=770
|
||||
db=friendica
|
||||
folder=/var/www/friendica
|
||||
#Internal parameters:
|
||||
|
|
Loading…
Add table
Reference in a new issue