From a71f8ed5af754b72b9311dd3ddf6f78092c439a0 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 5 Feb 2020 11:04:34 +0100 Subject: [PATCH] [PHP-FPM] Do not use Redis for session handling --- data/conf/phpfpm/php-conf.d/other.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/conf/phpfpm/php-conf.d/other.ini b/data/conf/phpfpm/php-conf.d/other.ini index 4a90901d..348d5898 100644 --- a/data/conf/phpfpm/php-conf.d/other.ini +++ b/data/conf/phpfpm/php-conf.d/other.ini @@ -1,4 +1,2 @@ -session.save_handler = redis -session.save_path = "tcp://redis:6379" max_execution_time = 1200 max_input_time = 1200