Merge pull request 'phpfpm: pm=dynamic' (#5) from photos_nuit_fix into main
Reviewed-on: https://git.rz.ens.wtf/Klub-RZ/nur/pulls/5
This commit is contained in:
commit
bb95bbed09
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ in {
|
|||
post_max_size = ${builtins.toString cfg.post_max_size}M
|
||||
'';
|
||||
settings = {
|
||||
"pm" = "dynamic";
|
||||
"listen.owner" = config.services.nginx.user;
|
||||
"listen.group" = config.services.nginx.group;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue