php package
This commit is contained in:
parent
54e757b768
commit
97edc0868d
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
services.phpfpm.pools.mypool = {
|
services.phpfpm.pools.mypool = {
|
||||||
user = "nobody";
|
user = "nobody";
|
||||||
package = pkgs.php;
|
phpPackage = pkgs.php;
|
||||||
settings = {
|
settings = {
|
||||||
"pm" = "dynamic";
|
"pm" = "dynamic";
|
||||||
"listen.owner" = config.services.nginx.user;
|
"listen.owner" = config.services.nginx.user;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue