[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:
@@ -1,2 +1,4 @@
|
||||
session.save_handler = redis
|
||||
session.save_path = "tcp://redis:6379"
|
||||
max_execution_time = 1200
|
||||
max_input_time = 1200
|
||||
|
Reference in New Issue
Block a user