This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new d900060  Use pga_default_http_port (defaults to 80) in http vhost conf
d900060 is described below

commit d9000604bcc4a45d85664eb802e2d028a1960e79
Author: Marcus Christie <machr...@iu.edu>
AuthorDate: Fri Apr 13 10:32:06 2018 -0400

    Use pga_default_http_port (defaults to 80) in http vhost conf
---
 dev-tools/ansible/roles/pga/templates/pga-vhost.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/pga/templates/pga-vhost.conf.j2 
b/dev-tools/ansible/roles/pga/templates/pga-vhost.conf.j2
index 48576b6..0cfd5d4 100644
--- a/dev-tools/ansible/roles/pga/templates/pga-vhost.conf.j2
+++ b/dev-tools/ansible/roles/pga/templates/pga-vhost.conf.j2
@@ -1,4 +1,4 @@
-<VirtualHost *:8008>
+<VirtualHost *:{{pga_default_http_port}}>
     ServerName {{ vhost_servername }}
     {% if vhost_serveralias is defined %}
     ServerAlias {{ vhost_serveralias }}

-- 
To stop receiving notification emails like this one, please contact
machris...@apache.org.

Reply via email to