; heleos php-fpm pool. The container already runs as www-data (see Dockerfile ; USER), so the pool does not set user/group (it can't setuid as non-root). [www] listen = 9000 ; Process manager — dynamic, conservative defaults for a shared host. pm = dynamic pm.max_children = 10 pm.start_servers = 2 pm.min_spare_servers = 1 pm.max_spare_servers = 3 pm.max_requests = 500 ; Send worker stdout/stderr to the container logs. catch_workers_output = yes decorate_workers_output = no clear_env = no ; Health/status endpoints (used by monitoring in Phase 6). pm.status_path = /status ping.path = /ping