Skip to content

Commit

Permalink
Replace BE allowed IPs in nginx conf for bycovid
Browse files Browse the repository at this point in the history
demo
  • Loading branch information
sanjaysrikakulam committed Nov 14, 2023
1 parent 4f79636 commit 2c137a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/nginx/galaxy-main.j2
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,9 @@ 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;
# BE instance IPs
allow 10.113.3.8;
allow 10.113.3.13;
deny all;
}
}
Expand Down

0 comments on commit 2c137a4

Please sign in to comment.