[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installation de owncloud et sécurisation



Le 2013-08-28 13:46, Daniel Huhardeaux a écrit :
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,
);


J'ai exactement pareil avec la config postgres ...


Reply to: