Nextcloud user permission fixes

This commit is contained in:
David Duque 2022-06-07 11:24:12 +01:00
parent 3503b5a1f0
commit 55dbd9d93c

View file

@ -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