lighttpd.rst
changeset 1834 c10a645a08fc
parent 1806 215f96a767ed
child 1905 fba288d59662
--- 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"