From 451585263f0b07e50b99ee7689d1943f752eebe3 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 9 Jan 2009 01:54:30 +0000 Subject: only parse cgi files --- templates/web/lighttpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/web/lighttpd b/templates/web/lighttpd index 50c9c44..621ff79 100644 --- a/templates/web/lighttpd +++ b/templates/web/lighttpd @@ -13,5 +13,5 @@ $HTTP["host"] == "<%= gitweb_url %>" { setenv.add-environment = ( "GITWEB_CONFIG" => "/etc/gitweb.d/${name}.conf", ) - cgi.assign = ( "" => "" ) + cgi.assign = ( ".cgi" => "" ) } -- cgit v1.2.3