changing the pga_config.php
Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/f97fcd5f Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/f97fcd5f Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/f97fcd5f Branch: refs/heads/0.15-release-branch Commit: f97fcd5fc8dac9c1c8801945b8dd6b8345b9f12c Parents: 5af680e Author: Supun Nakandala <[email protected]> Authored: Thu Jun 25 01:40:29 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Thu Jun 25 01:40:29 2015 +0530 ---------------------------------------------------------------------- app/config/pga_config.php.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/f97fcd5f/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index 81ae9ac..ad94dcb 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -92,9 +92,9 @@ return array( 'server-allowed-file-size' => 64, /** - * directory in the web server where experiment data is staged. (relative to the web server documents root) + * directory in the web server where experiment data is staged. (relative to the PGA documents root) */ - 'experiment-data-dir' => '/experimentData', + 'experiment-data-dir' => '/../experimentData', /** * absolute path of the data dir
