You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2019/09/24 00:16:37 UTC

[airavata] branch master updated: Adding epw-gateway.cs.binghamton.edu server alias

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

eroma 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 b9c9be3  Adding epw-gateway.cs.binghamton.edu server alias
b9c9be3 is described below

commit b9c9be39ae11089f3d3ecf1cb927cc5a71a6a93d
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Sep 23 20:16:26 2019 -0400

    Adding epw-gateway.cs.binghamton.edu server alias
---
 .../ansible/inventories/scigap/production/pga_config/epwgateway/vars.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/epwgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/epwgateway/vars.yml
index fd1cac7..23e0ea6 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/epwgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/epwgateway/vars.yml
@@ -24,6 +24,7 @@ user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "epw-gateway.cs.binghamton.edu"
+vhost_serveralias: "www.epw-gateway.cs.binghamton.edu"
 vhost_ssl: true
 # TODO: have Ansible manage these files as well
 ssl_certificate_file: "/etc/letsencrypt/live/epw-gateway.cs.binghamton.edu/cert.pem"