1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-07 22:19:19 +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

@@ -1,2 +1,4 @@
session.save_handler = redis
session.save_path = "tcp://redis:6379"
max_execution_time = 1200
max_input_time = 1200