Skip to content

Commit

Permalink
work in progress for idaholab#331, improvements to extracted_files_ht…
Browse files Browse the repository at this point in the history
…tp_server.py and the setting/creation of ACL rules on hedgehog
  • Loading branch information
mmguero committed Apr 1, 2024
1 parent 6c0a9e7 commit 5b2359c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ http {
proxy_set_header Host file-monitor.malcolm.local;
}
# extracted file download hedgehog redirect
# TODO: this is not very secure: we need to validate somehow
# that we're not just redirecting to some bad place
location ~* ^/hh-extracted-files/([a-zA-Z0-9-\.]+)\b(.*) {
include /etc/nginx/nginx_auth_rt.conf;
set $upstream $1:8006;
Expand Down

0 comments on commit 5b2359c

Please sign in to comment.