In between commit Magento implementation

This commit is contained in:
2025-09-05 17:01:13 +02:00
parent 00c99e58e9
commit 2839d2e1a4
3 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[global]
error_log = /proc/self/fd/2
[www]
listen = 0.0.0.0:{{ MAGENTO_PHP_PORT }}
clear_env = no
pm = dynamic
pm.max_children = 10
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 5
access.log = /proc/self/fd/2
catch_workers_output = yes