Skip to content

Commit

Permalink
Adding proxy for IA download resources
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed May 17, 2024
1 parent f5df7fe commit 9682df7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nginx-vhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ server {
# Reverse proxy with the variables captured above
proxy_pass https://cantaloupe.prod.archive.org/iiif/$1/$2;
}

location /iiif/resource/ {
# https://archive.org/download/cruz-test/cruz-test.af.vtt
proxy_pass https://archive.org/download/;
}
}

0 comments on commit 9682df7

Please sign in to comment.