-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
The changes in #1635 are causing some breakage in 8.4.17 due to the removal of this bit from zz-docker.conf:
echo '[www]'; \
echo 'listen = 9000'; \
The [www] header no longer being part of zz-docker.conf is invalidating a lot of instructions/Dockerfiles found on the internet that f.e. do something along the lines of
echo 'pm.status_path = /status' >> /usr/local/etc/php-fpm.d/zz-docker.conf
that now results in a
[16-Jan-2026 11:42:05] ERROR: [/usr/local/etc/php-fpm.d/zz-docker.conf:3] unknown entry 'pm.status_path'
[16-Jan-2026 11:42:05] ERROR: Unable to include /usr/local/etc/php-fpm.d/zz-docker.conf from /usr/local/etc/php-fpm.conf at line 3
Because its being interpreted as a global setting instead of a pool setting.
quent1-fr, jelmr, timvdalen, ttcc-gh, StevenPyle and 3 more
Metadata
Metadata
Assignees
Labels
No labels