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 299f8eb commit a538a12Copy full SHA for a538a12
server/conf/php-fcgi-starter.master
@@ -18,5 +18,5 @@ exec <tmpl_var name='php_fcgi_bin'> \
18
-d suhosin.executor.func.blacklist="" \
19
-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
20
-d session.save_path=<tmpl_var name='document_root'>/tmp \
21
--d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" \
+-d sendmail_path="/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>" \
22
</tmpl_if> $1
0 commit comments