summaryrefslogtreecommitdiff
path: root/templates/web/lighttpd
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/lighttpd')
-rw-r--r--templates/web/lighttpd6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/lighttpd b/templates/web/lighttpd
new file mode 100644
index 0000000..c7a5130
--- /dev/null
+++ b/templates/web/lighttpd
@@ -0,0 +1,6 @@
+$HTTP["host"] == "<%= $gitweb_url %>" {
+ setenv.add-environment = (
+ "GITWEB_CONFIG" => "/etc/gitweb.d/${name}.conf",
+ )
+ cgi.assign = ( "" => "" )
+}