Add roundcube_separate_user option
This commit is contained in:
parent
48fc92aade
commit
136668e71f
3 changed files with 56 additions and 3 deletions
5
templates/php-fpm-pool.conf.j2
Normal file
5
templates/php-fpm-pool.conf.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[roundcube]
|
||||
|
||||
{% for key, value in roundcube_php_fpm_config.items() %}
|
||||
{{ key }} = {{ value }}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue