frigate: fix broken string escape (#459841)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user