changing document root
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/59142dd7 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/59142dd7 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/59142dd7 Branch: refs/heads/lahiru/AIRAVATA-2107 Commit: 59142dd7d878f2cced3647ba89b24879f578f005 Parents: b7a7920 Author: scnakandala <[email protected]> Authored: Tue Sep 27 15:08:14 2016 -0400 Committer: scnakandala <[email protected]> Committed: Tue Sep 27 15:08:14 2016 -0400 ---------------------------------------------------------------------- dev-tools/ansible/roles/pga/templates/httpd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/59142dd7/dev-tools/ansible/roles/pga/templates/httpd.conf.j2 ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/roles/pga/templates/httpd.conf.j2 b/dev-tools/ansible/roles/pga/templates/httpd.conf.j2 index 37c05e2..febb204 100644 --- a/dev-tools/ansible/roles/pga/templates/httpd.conf.j2 +++ b/dev-tools/ansible/roles/pga/templates/httpd.conf.j2 @@ -116,7 +116,7 @@ ServerAdmin root@localhost # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # -DocumentRoot "/var/www/html" +DocumentRoot "/var/www/html/php-gateway/public" # # Relax access to content within /var/www.
