refactor php-fpm pool wiring to shared phpPackage option

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/13105350-82a0-4135-b8a4-55016f202195

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-17 13:07:25 +00:00
committed by GitHub
parent 5324344eed
commit 539ede00cb
3 changed files with 26 additions and 36 deletions

View File

@@ -213,7 +213,7 @@ CREDS
services.phpfpm.pools.wordpress = {
user = "caddy";
group = "php";
phpPackage = config.services.phpfpm.pools.mypool.phpPackage;
phpPackage = config.sovran_systemsOS.phpPackage;
settings = {
"pm" = "dynamic";
"pm.max_children" = 75;