mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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";
|
group = "nginx";
|
||||||
phpEnv.IPAM_DATABASE_USER = "nginx";
|
phpEnv.IPAM_DATABASE_USER = "nginx";
|
||||||
phpEnv.PHP_INI_SCAN_DIR = "$PHP_INI_SCAN_DIR";
|
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 = {
|
settings = {
|
||||||
"pm" = "ondemand";
|
"pm" = "ondemand";
|
||||||
"pm.max_children" = "8";
|
"pm.max_children" = "8";
|
||||||
|
|
Loading…
Reference in a new issue