Add mode and ownership settings for config/

This commit is contained in:
Carla Schroder
2015-01-05 09:17:14 -08:00
parent cc406d5c80
commit 9271787a99

View File

@@ -120,6 +120,8 @@ as possible. These commands should be executed immediately after the initial ins
chown -R root:root /path/to/owncloud/
chmod -R 755 /path/to/owncloud/
chown <http-user>:<http-user> /path/to/owncloud/config/
chmod 0750 /path/to/owncloud/config/
chown <http-user>:<http-user> /path/to/owncloud/config/config.php
chmod 750 /path/to/owncloud/config/config.php
chown -R <http-user>:<http-user> /path/to/owncloud/data/