summaryrefslogtreecommitdiff
path: root/doc/access.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/access.txt')
-rw-r--r--doc/access.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/access.txt b/doc/access.txt
index acfdcb72..042da013 100644
--- a/doc/access.txt
+++ b/doc/access.txt
@@ -12,10 +12,10 @@ Module: mod_access
:abstract:
The access module is used to deny access to files with given trailing path names.
-
+
.. meta::
:keywords: lighttpd, trailing path access control
-
+
.. contents:: Table of Contents
Description
@@ -32,7 +32,7 @@ url.access-deny
Default: empty
Example: ::
-
+
url.access-deny = ( "~", ".inc")
will deny access to all files ended with a diacritical mark (~) or .inc