From ae1ce12b1392f95b45c38090efc646f1b646f92e Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 7 May 2021 01:41:53 +0200 Subject: [PATCH] Get mime types --- nginx.conf.tmpl | 1 + 1 file changed, 1 insertion(+) 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;