make source and destination directory for diff
[bak-git.git] / gitweb / httpd.conf
index 9aba7a2..6ca3e72 100644 (file)
@@ -1,4 +1,4 @@
-# start with
+# start with /usr/sbin/lighttpd -f gitweb/httpd.conf
 
 server.document-root = "/home/dpavlin/klin/backup/.git/gitweb"
 server.port = 6999
@@ -13,6 +13,7 @@ ssl.pemfile = "/home/dpavlin/klin/backup/.git/gitweb/server.pem"
 
 auth.backend = "htdigest"
 auth.backend.htdigest.userfile = "/home/dpavlin/klin/backup/.git/gitweb/passwd" 
+# htdigest ../backup/.git/gitweb/passwd bak-git new-login
 auth.require = ( "/" =>
                  (
                  # method must be either basic or digest