richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

How to change max_execution_time ? #271

Closed cp-sumi-k closed 1 year ago

cp-sumi-k commented 1 year ago

I have built a laravel project using this docker image. I want to change max_execution_time.

I have added it in usr/local/etc/php/conf.d/docker-vars.php as max_execution_time=120, but the changes were not affected

Run: php -i | grep execution Output : max_execution_time => 0 => 0