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;