[PHP-FPM] Do not use Redis for session handling

This commit is contained in:
andryyy
2020-02-05 11:04:34 +01:00
parent 6686152ce0
commit a71f8ed5af

View File

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