make locales public

This commit is contained in:
Josh Hawkins 2025-03-19 07:43:35 -05:00
parent 5514fc11b9
commit d71d582487

View File

@ -300,6 +300,12 @@ http {
add_header Cache-Control "public";
}
location /locales/ {
access_log off;
expires 1y;
add_header Cache-Control "public";
}
location ~ ^/.*-([A-Za-z0-9]+)\.webmanifest$ {
access_log off;
expires 1y;