Unverified Commit ee911c1f authored by Commentator2.0's avatar Commentator2.0 Committed by GitHub
Browse files

frigate: fix broken string escape

parent f62d8dbd
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;