From 8927afb6f9a66eb21572bdaf1f6f9ac114dae57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 3 Nov 2022 01:44:02 +0000 Subject: [PATCH] Initial usage --- h5bp/web_performance/cache-control.conf | 8 +++++++- test/vhosts/server.localhost.conf | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/h5bp/web_performance/cache-control.conf b/h5bp/web_performance/cache-control.conf index 1864fe8..9bb2401 100644 --- a/h5bp/web_performance/cache-control.conf +++ b/h5bp/web_performance/cache-control.conf @@ -1,9 +1,15 @@ # ---------------------------------------------------------------------- -# | Cache control | +# | Cache Control | # ---------------------------------------------------------------------- # TBD # +# (1) TBD +# +# (2) TBD +# +# (3) TBD +# # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control map $sent_http_content_type $cache_control { diff --git a/test/vhosts/server.localhost.conf b/test/vhosts/server.localhost.conf index b566518..1972466 100644 --- a/test/vhosts/server.localhost.conf +++ b/test/vhosts/server.localhost.conf @@ -22,6 +22,7 @@ server { include h5bp/security/content-security-policy.conf; include h5bp/security/permissions-policy.conf; include h5bp/security/cross-origin-policy.conf; + include h5bp/web_performance/cache-control.conf; include h5bp/location/web_performance_filename-based_cache_busting.conf; include h5bp/location/web_performance_svgz-compression.conf; include h5bp/errors/custom_errors.conf;