From d9d5e5b8439005218b098d3d020f8df0c9cc06fc Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 30 Sep 2023 19:40:34 +0700 Subject: [PATCH] Update nginx.conf --- install/php-fpm+nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/php-fpm+nginx/nginx.conf b/install/php-fpm+nginx/nginx.conf index 1e24a39a..5ec95103 100644 --- a/install/php-fpm+nginx/nginx.conf +++ b/install/php-fpm+nginx/nginx.conf @@ -115,7 +115,7 @@ http { # } # cache static files - location ~* \.(jpg|jpeg|gif|png|css|js|ico)$ { + location ~* \.(jpg|jpeg|gif|png|webp|bmp|css|js|ico)$ { root /var/www; access_log off; expires 30d; @@ -151,4 +151,4 @@ http { deny all; } } -} \ No newline at end of file +}