From 63cebc437a5bb28bcb1203a2fc373c97d3f039dc Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 19 May 2024 16:54:29 +0200 Subject: [PATCH] Updat nginx --- one.org | 2 ++ 1 file changed, 2 insertions(+) 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; }