cache web fonts

This commit is contained in:
Josh Hawkins 2025-11-19 18:18:45 -06:00
parent f436e70c2e
commit 75b09a7da0

View File

@ -320,6 +320,12 @@ http {
add_header Cache-Control "public";
}
location /fonts/ {
access_log off;
expires 1y;
add_header Cache-Control "public";
}
location /locales/ {
access_log off;
add_header Cache-Control "public";