frigate: fix broken string escape

This commit is contained in:
Commentator2.0
2025-11-08 20:01:04 +01:00
committed by GitHub
parent f62d8dbdef
commit ee911c1f6a
+1 -1
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;