Skip to content

Commit 65c80f1

Browse files
author
Marius Burkard
committed
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
2 parents 9467043 + f5895d6 commit 65c80f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/conf/php_fpm_pool.conf.master

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ env[TEMP] = <tmpl_var name='document_root'>/tmp
3434

3535
<tmpl_if name='security_level' op='==' value='20'>
3636
<tmpl_var name='enable_php_open_basedir'>php_admin_value[open_basedir] = <tmpl_var name='php_open_basedir'>
37-
<tmpl_if name='custom_session_save_path' op='!=' value='y'>php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp</tmpl_if>
37+
<tmpl_if name='custom_session_save_path' op='!=' value='y'>
38+
php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp
39+
</tmpl_if>
3840
php_admin_value[upload_tmp_dir] = <tmpl_var name='document_root'>/tmp
3941
php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>"
4042
</tmpl_if>

0 commit comments

Comments
 (0)