mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-08 21:41:35 +00:00
[PHP-FPM] use python bootstrapper to start PHP-FPM container
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/*
|
||||
Custom styling for mailcow UI
|
||||
*/
|
||||
2
data/conf/phpfpm/config_templates/session_store.ini.j2
Normal file
2
data/conf/phpfpm/config_templates/session_store.ini.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
session.save_handler = redis
|
||||
session.save_path = "tcp://{{ REDIS_SLAVEOF_IP or 'redis-mailcow' }}:{{ REDIS_SLAVEOF_PORT or '6379' }}?auth={{ REDISPASS }}"
|
||||
Reference in New Issue
Block a user