You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/04/13 14:36:18 UTC

[airavata] branch master updated: Use pga_default_http_port (defaults to 80) in http vhost conf

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 <ma...@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
machristie@apache.org.