mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
update phpipam max_execution_time
This commit is contained in:
parent
a6e97617b8
commit
d27d4550be
1 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,10 @@ in
|
|||
group = "nginx";
|
||||
phpEnv.IPAM_DATABASE_USER = "nginx";
|
||||
phpEnv.PHP_INI_SCAN_DIR = "$PHP_INI_SCAN_DIR";
|
||||
phpOptions = "date.timezone = America/New_York";
|
||||
phpOptions = ''
|
||||
date.timezone = America/New_York
|
||||
max_execution_time = 600
|
||||
'';
|
||||
settings = {
|
||||
"pm" = "ondemand";
|
||||
"pm.max_children" = "8";
|
||||
|
|
Loading…
Reference in a new issue