Unverified Commit aaf43e7c authored by K900's avatar K900 Committed by GitHub
Browse files

nixos/bentopdf: fix string escape syntax (#492956)

parents 02bdf00c b7c694e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ in
            '';
          };

          locations."~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$".extraConfig = ''
          locations."~* \\.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$".extraConfig = ''
            expires 1y;
            add_header Cache-Control "public, immutable";
          '';