mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Nginx fix: make locales public (#17248)
* make locales public * remove cache
This commit is contained in:
parent
dda7be99eb
commit
7f966df5a4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user