Skip to content

Commit

Permalink
Add ${PHP_MEMORY_LIMIT:-512M} also to php-fpm conf
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jan 29, 2025
1 parent e942ae4 commit 301580f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/files/etc/php/php-fpm.d/www.conf.ep
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ catch_workers_output = yes
; Remove the 'child 10 said into stderr' prefix in the log and only show the actual message
decorate_workers_output = no

php_value[memory_limit] = 512M
php_value[memory_limit] = ${PHP_MEMORY_LIMIT:-512M}

0 comments on commit 301580f

Please sign in to comment.