diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-01-25 15:24:52 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-01-25 15:24:52 +0000 |
commit | 5155fcb593861edbc26354cd9e4696a10fedcf29 (patch) | |
tree | ae44329cd5036002894758dd3481580f57171d92 | |
parent | 4694fbc52eeb942a94ca0fe40205568c1e588716 (diff) | |
download | lighttpd-5155fcb593861edbc26354cd9e4696a10fedcf29.tar.gz |
eloy: fixed commentdebian/1.4.9-3
-rw-r--r-- | debian/conf-available/10-userdir.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/conf-available/10-userdir.conf b/debian/conf-available/10-userdir.conf index 432cb2c..3fa3cb6 100644 --- a/debian/conf-available/10-userdir.conf +++ b/debian/conf-available/10-userdir.conf @@ -2,7 +2,7 @@ ## the global namespace of the webserver. ## ## Documentation: /usr/share/doc/lighttpd-doc/userdir.txt - http://www.lighttpd.net/documentation/userdir.html +## http://www.lighttpd.net/documentation/userdir.html server.modules += ( "mod_userdir" ) |