# HG changeset patch
# User Oleksandr Gavenko <gavenkoa@gmail.com>
# Date 1450532008 -7200
# Node ID c10a645a08fc89db3f8214772f686a81835dd547
# Parent  378b566fd86b330cfbf56de5f6d1dbf65bee2ccf
Documentation.

diff -r 378b566fd86b -r c10a645a08fc lighttpd.rst
--- a/lighttpd.rst	Sat Dec 19 11:43:26 2015 +0200
+++ b/lighttpd.rst	Sat Dec 19 15:33:28 2015 +0200
@@ -6,6 +6,14 @@
 ===========
 .. contents::
 
+Documentation.
+==============
+
+  https://redmine.lighttpd.net/projects/lighttpd/wiki
+    Official docs.
+  https://wiki.archlinux.org/index.php/Lighttpd
+    Arch wiki.
+
 Debugging lighttpd.
 ===================
 
@@ -13,7 +21,7 @@
 
   $ lighttpd -t -f /etc/lighttpd/lighttpd.conf
 
-Add to config::
+To enable logging add to config::
 
   accesslog.filename = "/var/log/lighttpd/access.log"
   server.errorlog = "/var/log/lighttpd/error.log"