diff --git a/nginx.conf b/nginx.conf index 0e5c5a3..147dd10 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,7 +16,7 @@ server { add_header Cache-Control "public, no-transform"; } - location ~*.(ttf|png|jpg|jpeg|gif)$ { + location ~*.(ttf|png|jpg|jpeg|gif|svg|webp)$ { root /usr/share/nginx/html; expires 1y; add_header Cache-Control "public, no-transform";