nixos/bentopdf: fix string escape syntax

Caught by Lix main.
This commit is contained in:
K900
2026-02-22 09:31:38 +03:00
parent 5f1c568af2
commit b7c694e579
+1 -1
View File
@@ -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";
'';