mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fixed lighttpd configuration
This commit is contained in:
parent
2c3e584b23
commit
2aeaea89c7
@ -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