From faa830293778fbe16ae168cddb5fecaf9dcf65f8 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Tue, 25 Aug 2015 11:03:37 +0100 Subject: [PATCH] Update of php-fpm conf to avoid issues of process being killed to early --- conf/php-fpm.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index ba5f3ae..7986723 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -159,7 +159,7 @@ ping.path = /ping ; does not stop script execution for some reason. A value of '0' means 'off'. ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays) ; Default Value: 0 -request_terminate_timeout = 120s +request_terminate_timeout = 700s ; The timeout for serving a single request after which a PHP backtrace will be ; dumped to the 'slowlog' file. A value of '0s' means 'off'. @@ -241,3 +241,7 @@ catch_workers_output = yes php_value[upload_max_filesize] = 50M php_value[post_max_size] = 50M php_value[mail.add_x_header] = Off +php_value[max_execution_time] = 600 +php_value[max_input_time] = 300 +php_value[memory_limit] = 256M +