summaryrefslogtreecommitdiff
path: root/templates/web/lighttpd
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/lighttpd')
-rw-r--r--templates/web/lighttpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/lighttpd b/templates/web/lighttpd
index 621ff79..1153154 100644
--- a/templates/web/lighttpd
+++ b/templates/web/lighttpd
@@ -11,7 +11,7 @@ $HTTP["host"] == "<%= gitweb_url %>" {
)
setenv.add-environment = (
- "GITWEB_CONFIG" => "/etc/gitweb.d/${name}.conf",
+ "GITWEB_CONFIG" => "<%= gitweb_config %>"
)
cgi.assign = ( ".cgi" => "" )
}