nixos/tt-rss: fix string escape

This commit is contained in:
volth
2019-09-17 00:23:51 +00:00
committed by GitHub
parent 4641b683f6
commit 432a2d73be

View File

@@ -548,7 +548,7 @@ let
index = "index.php";
};
locations."~ \.php$" = {
locations."~ \\.php$" = {
extraConfig = ''
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:${config.services.phpfpm.pools.${cfg.pool}.socket};