Changing default config and log directory for FileCloud
Introduction
Out of the box, FileCloud has the configuration and log directories under the WEBROOT. This document discusses how to move these directories to different location.
Changing Config Directory
By default configuration files for FileCloud installation will be under WEBROOT/config. To change this directory, move the WEBROOT/config directory to the new location and then update the WEBROOT/localconfig.php file to notify this change to FileCloud.
Note: As the comment says, the new path should have read/write permissions for the user account that is used to run apache. For instance, www-data in Linux.
Changing Log Directory
By default FileCloud log files will be placed under WEBROOT/scratch. To change this directory, update the WEBROOT/localconfig.php file to notify the new log path to FileCloud.
Note: As the comment says, the new path should have write permissions for the user account that is used to run apache. For instance, www-data in Linux.