We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6360fdf commit 7fd6585Copy full SHA for 7fd6585
server/conf/php_fpm_pool.conf.master
@@ -36,9 +36,9 @@ env[TEMP] = <tmpl_var name='document_root'>/tmp
36
<tmpl_var name='enable_php_open_basedir'>php_admin_value[open_basedir] = <tmpl_var name='php_open_basedir'>
37
php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp
38
php_admin_value[upload_tmp_dir] = <tmpl_var name='document_root'>/tmp
39
-php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
+php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>"
40
</tmpl_if>
41
42
<tmpl_loop name="custom_php_ini_settings">
43
<tmpl_var name='ini_setting'>
44
-</tmpl_loop>
+</tmpl_loop>
0 commit comments