summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-09 01:54:30 +0000
committermh <mh@immerda.ch>2009-01-09 01:54:30 +0000
commit451585263f0b07e50b99ee7689d1943f752eebe3 (patch)
tree799f4b3a2b9a181ae3ce26e2366c10e946c60d54 /templates
parent7d3a421c5c62c4a81d317acccd4a83a719557078 (diff)
only parse cgi files
Diffstat (limited to 'templates')
-rw-r--r--templates/web/lighttpd2
1 files changed, 1 insertions, 1 deletions
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" => "" )
}