Unverified Commit 964c3585 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

frigate: fix broken string escape (#459841)

parents 44e2c35c ee911c1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;