Skip to content

Commit

Permalink
allow additional IPs to access the restricted data
Browse files Browse the repository at this point in the history
of BY-COVID federated analysis demo data
  • Loading branch information
sanjaysrikakulam committed Nov 13, 2023
1 parent a43fab1 commit d69a7d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/nginx/galaxy-main.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit d69a7d1

Please sign in to comment.