X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4479ee5c32b8d5c7dc6cef37b4bbaed9402ed4fb..ea154b090ca0e115b1e160e4e243a01a1b9f4085:/cookbooks/git/templates/default/gitweb.conf.erb diff --git a/cookbooks/git/templates/default/gitweb.conf.erb b/cookbooks/git/templates/default/gitweb.conf.erb index 5d2eb7469..4cfe1c24f 100644 --- a/cookbooks/git/templates/default/gitweb.conf.erb +++ b/cookbooks/git/templates/default/gitweb.conf.erb @@ -10,7 +10,7 @@ $git_temp = "/tmp"; #$home_link = $my_uri || "/"; # html text to include at home page -$home_text = "indextext.html"; +$home_text = "/srv/<%= node[:git][:host] %>/indextext.html"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot;