add text/vtt content-type header to subtitle files

pull/172/head
simon 2 years ago
parent b1435434e6
commit 1abe4fb4d6
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -16,6 +16,10 @@ server {
location /media/ {
alias /youtube/;
types {
text/vtt vtt;
}
}
location / {

Loading…
Cancel
Save