Update exemple
This commit is contained in:
parent
5772057723
commit
f8f4b748ee
@ -2281,7 +2281,8 @@ if (!GETPOST('hide_websitemenu'))
|
||||
$htmltext .= '<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("ReadPerm"), DOL_DOCUMENT_ROOT);
|
||||
$htmltext .= '<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT.'/website<br>'.DOL_DATA_ROOT.'/medias');
|
||||
|
||||
$examplewithapache = '<Directory "'.DOL_DOCUMENT_ROOT.'">'."\n";
|
||||
$examplewithapache = '#php_admin_value open_basedir /tmp/:'.DOL_DOCUMENT_ROOT.':'.DOL_DATA_ROOT.':/dev/urandom'."\n";
|
||||
$examplewithapache .= '<Directory "'.DOL_DOCUMENT_ROOT.'">'."\n";
|
||||
$examplewithapache .= 'AllowOverride FileInfo Options
|
||||
Options -Indexes -MultiViews -FollowSymLinks -ExecCGI
|
||||
Require all granted
|
||||
|
||||
Loading…
Reference in New Issue
Block a user