summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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" => "" )
}