summaryrefslogtreecommitdiff
path: root/templates/web
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-09 02:13:36 +0000
committermh <mh@immerda.ch>2009-01-09 02:13:36 +0000
commit024e73ce96acf59367f5d54aee43cc66298b583d (patch)
treec91c397e44e8e0778684a7d529a0459899d35d57 /templates/web
parent451585263f0b07e50b99ee7689d1943f752eebe3 (diff)
fixed config value
Diffstat (limited to 'templates/web')
-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" => "" )
}