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 2021/09/28 18:55:53 UTC

[airavata] 01/02: Ansible: add redirect from ampgateway.org -> amosgateway.org

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

commit 26e585d8500ac07dd954502d734c4ceeaa8e0791
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Sep 28 14:35:16 2021 -0400

    Ansible: add redirect from ampgateway.org -> amosgateway.org
---
 .../inventories/scigap/production/host_vars/ampgateway/vars.yml        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
index c968a9a..dd27ba2 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
@@ -23,7 +23,8 @@ airavata_django_extra_dependencies:
   - git+https://github.com/SciGaP/amp-gateway-django-app.git#egg=amp_gateway_django_app
 
 vhost_servername: "amosgateway.org"
-#vhost_servername: "ampgateway.org"
+vhost_server_redirect: "ampgateway.org"
+
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/amosgateway.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/amosgateway.org/fullchain.pem"