[PHP-FPM] Move max_execution_time and max_input_time to general PHP config, removed as fixed php_admin_value
This commit is contained in:
@@ -11,8 +11,6 @@ access.log = /proc/self/fd/2
|
||||
clear_env = no
|
||||
catch_workers_output = yes
|
||||
php_admin_value[memory_limit] = 256M
|
||||
php_admin_value[max_execution_time] = 1200
|
||||
php_admin_value[max_input_time] = 1200
|
||||
|
||||
[web-worker]
|
||||
user = www-data
|
||||
@@ -27,6 +25,3 @@ access.log = /proc/self/fd/2
|
||||
clear_env = no
|
||||
catch_workers_output = yes
|
||||
php_admin_value[memory_limit] = 512M
|
||||
php_admin_value[max_execution_time] = 1200
|
||||
php_admin_value[max_input_time] = 1200
|
||||
|
||||
|
Reference in New Issue
Block a user