Bug dans les templates de VHOST pour le upload_tmp_dir
This commit is contained in:
parent
11c55c24b6
commit
865278167d
|
@ -6,7 +6,7 @@
|
|||
|
||||
<Directory "%%document_root%%">
|
||||
php_admin_value open_basedir "%%account_root%%:/usr/share/php/"
|
||||
php_admin_value upload_tmp_dir %%document_root%%/tmp
|
||||
php_admin_value upload_tmp_dir %%account_root%%/tmp
|
||||
php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" '
|
||||
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
||||
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
||||
|
|
Loading…
Reference in New Issue