summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2008-03-13 15:34:46 +0000
committerStefan Bühler <stbuehler@web.de>2008-03-13 15:34:46 +0000
commit763f88406e3c56efbe7cab600ccca0b8af9392b9 (patch)
tree8edbbdbad8c10874c4f90568c9a75117b518dcc1 /doc
parent2772e62d8d1ae5775ec90f79d4d2f7fc0c1ed71f (diff)
downloadlighttpd-git-763f88406e3c56efbe7cab600ccca0b8af9392b9.tar.gz
Update documentation for #1587
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2130 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc')
-rw-r--r--doc/userdir.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/userdir.txt b/doc/userdir.txt
index 27a896a9..7a62f06d 100644
--- a/doc/userdir.txt
+++ b/doc/userdir.txt
@@ -46,10 +46,10 @@ In case your mapping is independent of /etc/passwd you can use
Options
=======
-userdir.path
+userdir.path (required option)
usually it should be set to "public_html" to take ~/public_html/ as the document root
- Default: empty (document root is the home directory)
+ Default: unset (mod_userdir disabled; set it to "" if you want the home directory to be the document root as it was the default before 1.4.19)
Example: ::
userdir.path = "public_html"