diff --git a/docker_assets/nginx.conf b/docker_assets/nginx.conf
index 7d8421f0..2bf32410 100644
--- a/docker_assets/nginx.conf
+++ b/docker_assets/nginx.conf
@@ -16,6 +16,10 @@ server {
location /media/ {
alias /youtube/;
+
+ types {
+ text/vtt vtt;
+ }
}
location / {
diff --git a/tubearchivist/home/templates/home/video.html b/tubearchivist/home/templates/home/video.html
index bec823fe..cb583cf8 100644
--- a/tubearchivist/home/templates/home/video.html
+++ b/tubearchivist/home/templates/home/video.html
@@ -4,8 +4,8 @@
{% load humanize %}