Skip to content

Commit

Permalink
Removing duplicate header
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Apr 26, 2024
1 parent 036f58a commit f5621f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ location ^~ /api/ {
}
location ~ \.vtt$ {
include conf.d/elasticbeanstalk/subfiles/iiif-website.conf;
proxy_hide_header 'Content-Type';
add_header 'Content-Type' 'text/vtt';
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Cache-Control' 'public, no-transform, max-age=2419200';
Expand Down

0 comments on commit f5621f3

Please sign in to comment.