mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #63339 from Slabity/master
Fix restya-board's phpfpm.pools option
This commit is contained in:
commit
944e21cf7c
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
services.phpfpm.poolConfigs = {
|
||||
services.phpfpm.pools = {
|
||||
"${poolName}" = {
|
||||
listen = phpfpmSocketName;
|
||||
phpOptions = ''
|
||||
|
|
Loading…
Reference in a new issue