update phpipam max_execution_time

This commit is contained in:
Sean Buckley 2021-02-22 16:26:20 -05:00
parent a6e97617b8
commit d27d4550be

View file

@ -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";