Use one year as default cache TTL

This commit is contained in:
Léo Colombaro 2021-11-14 22:18:27 +01:00
parent 4a229657fd
commit 3869706922
1 changed files with 1 additions and 1 deletions

View File

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