mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #169 from ry167/stable5
Fixed lighttpd configuration
This commit is contained in:
commit
66611fa183
@ -109,13 +109,13 @@ It is important to note that the **.htaccess** files used by ownCloud to protect
|
||||
|
||||
Disable access to data folder::
|
||||
|
||||
$HTTP["url"] =^ "^/owncloud/data/" {
|
||||
$HTTP["url"] =~ "^/owncloud/data/" {
|
||||
url.access-deny = ("")
|
||||
}
|
||||
|
||||
Disable directory listing::
|
||||
|
||||
$HTTP["url"] =^ "^/owncloud($|/)" {
|
||||
$HTTP["url"] =~ "^/owncloud($|/)" {
|
||||
dir-listing.activate = "disable"
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user