summaryrefslogtreecommitdiff
path: root/templates/web/lighttpd
blob: c7a51306de94f061021be8ad09336a8611a707c0 (plain)
1
2
3
4
5
6
$HTTP["host"] == "<%= $gitweb_url %>" {
    setenv.add-environment = (
      "GITWEB_CONFIG" => "/etc/gitweb.d/${name}.conf",
    )
    cgi.assign = ( "" => "" )
}