From 698ee4e5211fe7f0d1c1b3ac24714023c2bc59e0 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 6 Sep 2021 09:10:59 +0200 Subject: [PATCH] added tiff and webp to list of cached content --- core/nginx/conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nginx/conf/nginx.conf b/core/nginx/conf/nginx.conf index 616ddcc1..5a86c34a 100644 --- a/core/nginx/conf/nginx.conf +++ b/core/nginx/conf/nginx.conf @@ -35,7 +35,7 @@ http { } map $uri $expires { default off; - ~*\.(ico|css|js|gif|jpeg|jpg|png|woff|ttf|otf|svg|woff2|eot)$ 97d; + ~*\.(ico|css|js|gif|jpeg|jpg|png|woff2?|ttf|otf|svg|tiff|eot|webp)$ 97d; } # compression