Get mime types

This commit is contained in:
decentral1se 2021-05-07 01:41:53 +02:00
parent 23112082aa
commit ae1ce12b13
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 0 deletions

View File

@ -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;