diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index d7ae817..6591b35 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -10,6 +10,7 @@ http { } proxy_cache_path /var/cache/nginx/peertube-media-cache levels=1:2 keys_zone=peertube_media_cache:5m max_size=40g inactive=72h use_temp_path=off; + include /etc/nginx/mime.types; server { listen 80;