Nginx fix: make locales public (#17248)

* make locales public

* remove cache
This commit is contained in:
Josh Hawkins 2025-03-19 07:50:36 -05:00 committed by GitHub
parent dda7be99eb
commit 7f966df5a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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