Skip to content
Snippets Groups Projects
Commit d7ad4b38 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

Ws 159 mount webroot dir and route traffic

parent 9915d773
1 merge request!165Ws 159 mount webroot dir and route traffic
Pipeline #1118 passed
......@@ -18,6 +18,10 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /dl {
rewrite ^/dl(/.*)$ https://dl-nrao.aoc.nrao.edu$1 last;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
......
......@@ -30,6 +30,8 @@ services:
rollback_config:
parallelism: 0
order: stop-first
volumes:
- /lustre/aoc/cluster/pipeline/dsoc-dev/downloads/nrao:/lustre/aoc/cluster/pipeline/dsoc-dev/downloads/nrao
capability:
image: marconi.aoc.nrao.edu/workspaces/capability:${TAG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment