Nextcloud user permission fixes
This commit is contained in:
parent
3503b5a1f0
commit
55dbd9d93c
1 changed files with 3 additions and 0 deletions
|
@ -160,3 +160,6 @@ restart_service php$(php_version)-fpm
|
|||
# Open ports.
|
||||
ufw_allow http
|
||||
ufw_allow https
|
||||
|
||||
# Allow the webserver to access directories group-owned by user-data
|
||||
usermod -a -G user-data www-data
|
Loading…
Reference in a new issue