Initial usage

This commit is contained in:
Léo Colombaro 2022-11-03 01:44:02 +00:00
parent 71568bffdb
commit 8927afb6f9
2 changed files with 8 additions and 1 deletions

View File

@ -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 {

View File

@ -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;