doc/http-backend: give some lighttpd config examples
authorJeff King <peff@peff.net>
Thu, 11 Apr 2013 03:36:13 +0000 (23:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Apr 2013 14:33:21 +0000 (07:33 -0700)
The examples in the documentation are all for Apache. Let's
at least cover the basics: an anonymous server, an
authenticated server, and a "half auth" server with
anonymous read and authenticated write.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found