mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-04 19:30:13 +00:00
add text/vtt content-type header to subtitle files
This commit is contained in:
parent
b1435434e6
commit
1abe4fb4d6
@ -16,6 +16,10 @@ server {
|
|||||||
|
|
||||||
location /media/ {
|
location /media/ {
|
||||||
alias /youtube/;
|
alias /youtube/;
|
||||||
|
|
||||||
|
types {
|
||||||
|
text/vtt vtt;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user