Re: Installation de owncloud et sécurisation
Le 28/08/2013 12:56, julien a écrit :
[...]
Peux-tu m'envoyer ta config lighttpd et le fichier config.php de
owncloud ?
Lighttpd:
# ownCloud
#
$HTTP["url"] =~ "^/owncloud/data/" {
url.access-deny = ("")
}
$HTTP["url"] =~ "^/owncloud($|/)" {
dir-listing.activate = "disable"
}
config.php
<?php
$CONFIG = array (
'instanceid' => 'blabla',
'passwordsalt' => 'anotherblabla',
'datadirectory' => '/var/www/daniel/owncloud_data',
'dbtype' => 'sqlite3',
'version' => '5.0.12',
'installed' => true,
);
--
Daniel
Reply to: