Skip to content

Commit

Permalink
Added PHP_FPM_PROCESS_CONTROL_TIMEOUT to FPM variant. Fixes #468
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Oct 17, 2024
1 parent 867c187 commit c8c2eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/variations/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ENV APP_BASE_DIR=/var/www/html \
PHP_FPM_PM_MIN_SPARE_SERVERS="1" \
PHP_FPM_PM_START_SERVERS="2" \
PHP_FPM_POOL_NAME="www" \
PHP_FPM_PROCESS_CONTROL_TIMEOUT="10s" \
PHP_MAX_EXECUTION_TIME="99" \
PHP_MAX_INPUT_TIME="-1" \
PHP_MEMORY_LIMIT="256M" \
Expand Down

0 comments on commit c8c2eeb

Please sign in to comment.