Skip to content

Commit

Permalink
Merge pull request #985 from sanjaysrikakulam/bycovid_federated_analy…
Browse files Browse the repository at this point in the history
…sis_demo

Add a new temp Nginx location directive for restricted access demo for BY-COVID federated analysis demo
  • Loading branch information
sanjaysrikakulam authored Nov 13, 2023
2 parents 9d16f6d + 8f79fc4 commit 32f1a45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/nginx/galaxy-main.j2
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,13 @@ server {
add_header X-Robots-Tag none;

client_max_body_size 1G; # aka max upload size, defaults to 1M

# BY-COVID federated analysis demonstration data (restricted access demo)
location /federated_analysis_data {
alias /data/dnb01/federated_analysis_demo_data/;
allow 10.5.68.0/24;
deny all;
}
}

server {
Expand Down

0 comments on commit 32f1a45

Please sign in to comment.