From 3869706922bf4897d20c5cc35817a1a4107d7623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Sun, 14 Nov 2021 22:18:27 +0100 Subject: [PATCH] Use one year as default cache TTL --- h5bp/web_performance/cache_expiration.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5bp/web_performance/cache_expiration.conf b/h5bp/web_performance/cache_expiration.conf index c023581..1f2055e 100644 --- a/h5bp/web_performance/cache_expiration.conf +++ b/h5bp/web_performance/cache_expiration.conf @@ -12,7 +12,7 @@ # https://nginx.org/en/docs/http/ngx_http_headers_module.html#expires map $sent_http_content_type $expires { - default 1M; + default 1y; # No content "" off;