From 7218b00fd98c99dac03855fc500bac4e70f4a3e0 Mon Sep 17 00:00:00 2001 From: stribulsergey Date: Fri, 22 Nov 2024 20:15:36 -0300 Subject: [PATCH] update meta data 8 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 1d3d2b1..17844fe 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,7 +39,7 @@ http { root /usr/share/nginx/html/; } - location ~ \.(js|ico|html|txt|png)$ { + location ~ \.(js|ico|html|txt|png|jpg|jpeg)$ { root /usr/share/nginx/html/; }