You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
422 B
22 lines
422 B
2 years ago
|
[roundcube]
|
||
|
user = {{ mail_user }}
|
||
|
group = {{ mail_group }}
|
||
|
listen = {{ mail_fpm_socket }}
|
||
|
|
||
|
listen.owner = {{ mail_user }}
|
||
|
listen.group = {{ mail_group }}
|
||
|
listen.mode = 0660
|
||
|
|
||
|
pm = dynamic
|
||
|
pm.max_children = 8
|
||
|
pm.start_servers = 2
|
||
|
pm.min_spare_servers = 1
|
||
|
pm.max_spare_servers = 3
|
||
|
|
||
|
catch_workers_output = yes
|
||
|
php_admin_flag[log_errors] = on
|
||
|
php_admin_value[error_log] = syslog
|
||
|
|
||
|
[global]
|
||
|
error_log = syslog
|
||
|
log_level = notice
|