Initial usage
This commit is contained in:
parent
71568bffdb
commit
8927afb6f9
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue