mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix typo in chown
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
41a4bd9a0a
commit
3d49e259b1
@ -349,7 +349,7 @@ During the install process, no data folder is created, so we will create one man
|
||||
|
||||
Make sure that apache has read and write access to the whole nextcloud folder::
|
||||
|
||||
chown -R apache.apache /var/www/html/nextcloud
|
||||
chown -R apache:apache /var/www/html/nextcloud
|
||||
|
||||
Restart apache::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user