[PHP-FPM] Do not use Redis for session handling
parent
6686152ce0
commit
a71f8ed5af
|
@ -1,4 +1,2 @@
|
||||||
session.save_handler = redis
|
|
||||||
session.save_path = "tcp://redis:6379"
|
|
||||||
max_execution_time = 1200
|
max_execution_time = 1200
|
||||||
max_input_time = 1200
|
max_input_time = 1200
|
||||||
|
|
Loading…
Reference in New Issue