From 4de6ddd54bf8fea313b581e4eff6a186a3d1d277 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 1 Jan 2023 13:13:49 +0100 Subject: [PATCH] dwd: Adjust cache --- defaults/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/nginx.conf b/defaults/nginx.conf index a3ef362..5061a5d 100644 --- a/defaults/nginx.conf +++ b/defaults/nginx.conf @@ -45,7 +45,7 @@ http { location ~ ^/dwd/(icons|warn_icons)/ { root /home/weewx/public_html; - expires 12h; + expires 1h; } } }