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 2022/01/05 21:01:13 UTC

[airavata] branch master updated: Updated the redirect URI for the geo gateway

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 0271293  Updated the redirect URI for the geo gateway
0271293 is described below

commit 0271293fcce5b1ee581b262181373a9a57a0554e
Author: eroma2014 <er...@gmail.com>
AuthorDate: Wed Jan 5 15:57:17 2022 -0500

    Updated the redirect URI for the geo gateway
---
 dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
index d4d5a62..9bf0a1a 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
@@ -30,7 +30,7 @@ vhost_servername: "geo-gateway.org"
 vhost_ssl: True
 vhost_redirects:
   - from: "^/$"
-    to: "/geogateway_django_app/#/maptools"
+    to: "/geogateway_django_app"
     regex: true
 ssl_certificate_file: "/etc/letsencrypt/live/geo-gateway.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/geo-gateway.org/fullchain.pem"