]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core-gitweb-lighttpd.conf
- rebuild with expat 2.1.0
[packages/git-core.git] / git-core-gitweb-lighttpd.conf
index ff6c3525d6beae07d7dcb554ed0a84f17177dedb..69876a4a5f18aed61cab278c375262c79f2c6fa5 100644 (file)
@@ -2,13 +2,13 @@
 # required lighttpd-mod_setenv
 
 alias.url += (
-    "/gitweb/" => "/usr/share/gitweb/",
+    "/gitweb" => "/usr/share/gitweb",
 )
 
 $HTTP["url"] =~ "^/gitweb/" {
     server.document-root = "/usr/share/gitweb"
     index-file.names     = ( "gitweb.cgi" )
-    cgi.assign = ( "gitweb.cgi" => "/usr/lib/cgi-bin/gitweb.cgi" )
+    cgi.assign = ( "gitweb.cgi" => "" )
 
     setenv.add-environment = (
        "GITWEB_CONFIG" => "/etc/webapps/gitweb/gitweb.conf",
This page took 0.065022 seconds and 4 git commands to generate.