bundles/php: allow configuring of memory_limit and clear_env

This commit is contained in:
Franzi 2021-12-18 18:54:00 +01:00
parent 2b06c77439
commit 376dba347f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 10 additions and 1 deletions

View file

@ -21,3 +21,7 @@ pm.max_spare_servers=${num_cpus*2}
pm.min_spare_servers=${num_cpus}
pm.process_idle_timeout=30s
pm.max_requests=1024
% if not clear_env:
clear_env=no
% endif