frigate: fix broken string escape (#459841)

This commit is contained in:
Martin Weinelt
2025-11-08 21:42:23 +00:00
committed by GitHub

View File

@@ -578,7 +578,7 @@ in
add_header Cache-Control "public";
'';
};
"~ ^/.*-([A-Za-z0-9]+)\.webmanifest$" = {
"~ ^/.*-([A-Za-z0-9]+)\\.webmanifest$" = {
root = cfg.package.web;
extraConfig = ''
access_log off;