3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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};