X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/93c098cdc4f22b1fe69ecd88b3ac2d2b211780ff..5fde77fb90280da2c008bb5e8e83f6635b999715:/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;