Change php session cache to redis db 1

This commit is contained in:
TBK 2020-04-08 09:28:36 +02:00
parent a1824850c9
commit fd378ef714
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ upload_max_filesize = 64M
expose_php=0 expose_php=0
session.save_handler = redis session.save_handler = redis
session.save_path = "tcp://redis:6379" session.save_path = "tcp://redis:6379?database=1"
opcache.enable=1 opcache.enable=1
opcache.enable_cli=1 opcache.enable_cli=1