Add php-fpm flavour

This commit is contained in:
Thomas Bruederli
2018-03-01 21:41:52 +01:00
parent 2a661006d3
commit 19d3bcdac8
3 changed files with 139 additions and 1 deletions

View File

@@ -68,7 +68,6 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
\$config['default_port'] = '${ROUNDCUBEMAIL_DEFAULT_PORT}';
\$config['smtp_server'] = '${ROUNDCUBEMAIL_SMTP_SERVER}';
\$config['smtp_port'] = '${ROUNDCUBEMAIL_SMTP_PORT}';
\$config['log_dir'] = '${ROUNDCUBEMAIL_LOG_DIR}';
\$config['temp_dir'] = '${ROUNDCUBEMAIL_TEMP_DIR}';
\$config['plugins'] = ['${ROUNDCUBEMAIL_PLUGINS_PHP}'];
\$config['zipdownload_selection'] = true;