forked from mirrors/nixpkgs
nixos/tt-rss: fix string escape
This commit is contained in:
parent
4641b683f6
commit
432a2d73be
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue