Nginx: Difference between revisions
imported>Bachp Update phpfpm config to use settings instead of extraConfig |
imported>Iterprise No edit summary |
||
Line 84: | Line 84: | ||
user = "nobody"; | user = "nobody"; | ||
settings = { | settings = { | ||
pm = "dynamic"; | pm = "dynamic"; | ||
"listen.owner" = config.services.nginx.user; | |||
"pm.max_children" = 5; | "pm.max_children" = 5; | ||
"pm.start_servers" = 2; | "pm.start_servers" = 2; |