Hasan H. Gürsoy
2016-03-12 f5895d64b8302c03b66a13e79a7eeb5951f962fd
missing new line at the end of the line causes conflicts with the following line
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>