From d410daca035d6a1675093a8ac57863f27d80dcc8 Mon Sep 17 00:00:00 2001 From: Kolsch Systems Date: Mon, 16 Aug 2021 13:09:35 -0700 Subject: [PATCH] Add 'webp' image format to list of cached files --- global/server/static-files.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/server/static-files.conf b/global/server/static-files.conf index da52a95..7cc3f12 100644 --- a/global/server/static-files.conf +++ b/global/server/static-files.conf @@ -9,7 +9,7 @@ location ~* \.(?:rss|atom)$ { } # Caches images, icons, video, audio, HTC, etc. -location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ { +location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc|webp)$ { expires 1y; access_log off; }