[Web] Store session data in Redis
This commit is contained in:
parent
2ee983c1a1
commit
527e790620
2
data/conf/phpfpm/php-conf.d/other.ini
Normal file
2
data/conf/phpfpm/php-conf.d/other.ini
Normal file
@ -0,0 +1,2 @@
|
||||
session.save_handler = redis
|
||||
session.save_path = "tcp://redis:6379"
|
@ -117,6 +117,7 @@ services:
|
||||
- ./data/conf/phpfpm/php-fpm.d/pools.conf:/usr/local/etc/php-fpm.d/z-pools.conf
|
||||
- ./data/conf/phpfpm/php-conf.d/opcache-recommended.ini:/usr/local/etc/php/conf.d/opcache-recommended.ini
|
||||
- ./data/conf/phpfpm/php-conf.d/upload.ini:/usr/local/etc/php/conf.d/upload.ini
|
||||
- ./data/conf/phpfpm/php-conf.d/other.ini:/usr/local/etc/php/conf.d/zzz-other.ini
|
||||
environment:
|
||||
- LOG_LINES=${LOG_LINES:-9999}
|
||||
- TZ=${TZ}
|
||||
|
Loading…
Reference in New Issue
Block a user