mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 21:09:32 +00:00
add text/vtt content-type header to subtitle files
This commit is contained in:
@@ -16,6 +16,10 @@ server {
|
||||
|
||||
location /media/ {
|
||||
alias /youtube/;
|
||||
|
||||
types {
|
||||
text/vtt vtt;
|
||||
}
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user