1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-04 04:29:17 +00:00

[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:
André
2018-10-11 11:54:38 +02:00
parent aa39be7ea6
commit c0b590fff6
2 changed files with 2 additions and 5 deletions

View File

@@ -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