--- /usr/local/share/examples/git/gitweb/gitweb.cgi 2020-05-20 09:07:32.000000000 +0000 +++ gitweb.cgi 2020-05-21 16:38:46.625856000 +0000 @@ -84,7 +84,7 @@ # absolute fs-path which will be prepended to the project path #our $projectroot = "/pub/scm"; -our $projectroot = "/pub/git"; +our $projectroot = "/usr/local/git"; # fs traversing limit for getting project list # the number is relative to the projectroot @@ -98,7 +98,7 @@ # name of your site or organization to appear in page titles # replace this with something more descriptive for clearer bookmarks -our $site_name = "" +our $site_name = "popeye.lapinbilly.eu" || ($ENV{'SERVER_NAME'} || "Untitled") . " Git"; # html snippet to include in the section of each page