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 +}