add max_execution_time parameter
This commit is contained in:
parent
5f804d1722
commit
9be4b2d862
3 changed files with 9 additions and 0 deletions
3
rootfs/etc/confd/conf.d/01_max_execution_time.ini.toml
Normal file
3
rootfs/etc/confd/conf.d/01_max_execution_time.ini.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[template]
|
||||
src = "01_memory_limit.ini.tmpl.ini"
|
||||
dest = "/etc/php7/conf.d/01_memory_limit.ini"
|
|
@ -0,0 +1 @@
|
|||
max_execution_time = {{ getenv "PHP_MAX_EXECUTION_TIME" "30"}}
|
Loading…
Add table
Add a link
Reference in a new issue