!LOCAL Add tuned php-fpm config for increasing process count

This commit is contained in:
2025-05-01 14:19:44 -04:00
parent 8a5a56dc50
commit 9aee542c18
2 changed files with 8 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ RUN install-php-extensions \
# Copy optimized php.ini-development and production
COPY ./php.ini-production /usr/local/etc/php/php.ini
# Copy optimized php-fpm.ini
COPY ./php-fpm.ini /usr/local/etc/php-fpm.d/zz-pm-tuning.conf
# Set the working directory
WORKDIR /var/www/html