[Pkg-owncloud-commits] [owncloud-doc] 61/75: Fixed lighttpd configuration
David Prévot
taffit at alioth.debian.org
Wed Sep 4 19:27:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.
commit 2aeaea89c727468b3346d793be794473db4e9b74
Author: Ryan <ry167 at ry167.com>
Date: Mon Sep 2 23:19:04 2013 +1200
Fixed lighttpd configuration
---
admin_manual/installation/installation_others.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin_manual/installation/installation_others.rst b/admin_manual/installation/installation_others.rst
index ec43a25..e63d4b5 100644
--- a/admin_manual/installation/installation_others.rst
+++ b/admin_manual/installation/installation_others.rst
@@ -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"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list