From d69a7d1bdd25caf44af92bfd9266c0016c8e0673 Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Srikakulam Date: Mon, 13 Nov 2023 20:08:42 +0000 Subject: [PATCH] allow additional IPs to access the restricted data of BY-COVID federated analysis demo data --- templates/nginx/galaxy-main.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/nginx/galaxy-main.j2 b/templates/nginx/galaxy-main.j2 index e0c1b0a84..cc16e1726 100644 --- a/templates/nginx/galaxy-main.j2 +++ b/templates/nginx/galaxy-main.j2 @@ -309,6 +309,8 @@ server { location /federated_analysis_data { alias /data/dnb01/federated_analysis_demo_data/; allow 10.5.68.0/24; + allow 193.190.80.5; + allow 193.190.80.4; deny all; } }