diff --git a/one.org b/one.org index f610f4a..9ad5d84 100644 --- a/one.org +++ b/one.org @@ -841,10 +841,12 @@ server { } location /static { + include /etc/nginx/mime.types; root /var/www/my-project; } location /media { + include /etc/nginx/mime.types; root /var/www/my-project; }