Skip to content

Commit

Permalink
Use one year as default cache TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Nov 14, 2021
1 parent 4a22965 commit 3869706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h5bp/web_performance/cache_expiration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3869706

Please sign in to comment.