We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521dbf8 commit 1d1ec4eCopy full SHA for 1d1ec4e
1 file changed
install/deb/php-fpm/multiphp.tpl
@@ -17,7 +17,7 @@ pm.status_path = /status
17
18
php_admin_value[upload_tmp_dir] = /home/%user%/tmp
19
php_admin_value[session.save_path] = /home/%user%/tmp
20
-php_admin_value[open_basedir] = /home/%user%/web/%domain%/public_html:/home/%user%/web/%domain%/private:/home/%user%/web/%domain%/public_shtml:/home/%user%/tmp:/var/www/html:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt
+php_admin_value[open_basedir] = /home/%user%/web/%domain%/public_html:/home/%user%/web/%domain%/private:/home/%user%/web/%domain%/public_shtml:/home/%user%/tmp:/tmp:/var/www/html:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt
21
php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f admin@%domain%
22
23
env[PATH] = /usr/local/bin:/usr/bin:/bin
0 commit comments