mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
committed by
Morris Jobke
parent
d420ea746b
commit
23a4cd492d
@@ -48,11 +48,11 @@ The other way is by entering your ``config.php`` file and changing
|
||||
directory to your new one. Make sure the directory permissions of your third
|
||||
party application directories are the same as for the other ones.
|
||||
|
||||
9. Adjust file ownership and permissions
|
||||
9. Adjust file ownership and permissions::
|
||||
|
||||
chown -R www-data:www-data nextcloud
|
||||
find nextcloud/ -type d -exec chmod 750 {} \;
|
||||
find nextcloud/ -type f -exec chmod 640 {} \;
|
||||
chown -R www-data:www-data nextcloud
|
||||
find nextcloud/ -type d -exec chmod 750 {} \;
|
||||
find nextcloud/ -type f -exec chmod 640 {} \;
|
||||
|
||||
10. Restart your Web server.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user