Marius Burkard
2016-03-14 65c80f1a80caed31a3e9322a90b13577fe87496e
Merge branch 'patch-1' into 'stable-3.1'

missing new line at the end of the line causes conflicts with the following line



See merge request !295
1 files modified
4 ■■■ changed files
server/conf/php_fpm_pool.conf.master 4 ●●● patch | view | raw | blame | history
server/conf/php_fpm_pool.conf.master
@@ -34,7 +34,9 @@
<tmpl_if name='security_level' op='==' value='20'>
<tmpl_var name='enable_php_open_basedir'>php_admin_value[open_basedir] = <tmpl_var name='php_open_basedir'>
<tmpl_if name='custom_session_save_path' op='!=' value='y'>php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp</tmpl_if>
<tmpl_if name='custom_session_save_path' op='!=' value='y'>
php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp
</tmpl_if>
php_admin_value[upload_tmp_dir] = <tmpl_var name='document_root'>/tmp
php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>"
</tmpl_if>