From: martin f. krafft Date: Tue, 6 Jun 2017 09:36:14 +0000 (+0200) Subject: fix up base url X-Git-Url: https://git.madduck.net/gitweb-conf.git/commitdiff_plain/HEAD fix up base url --- diff --git a/gitweb.conf b/gitweb.conf index d3f9407..07e8bb0 100644 --- a/gitweb.conf +++ b/gitweb.conf @@ -8,10 +8,12 @@ $site_footer = "$confroot/footer.html"; $export_ok = "git-daemon-export-ok"; $strict_export = 1; $omit_owner = 1; +$base_url = $my_url; @git_base_url_list=("git://git.madduck.net/$vhostdir/$pubdir", "ssh://git@git.madduck.net/$vhostdir/$pubdir", "madduck:$pubdir"); -push @stylesheets, '/local.css'; +push @stylesheets, 'local.css'; $feature{'pathinfo'}{'default'} = [1]; $feature{'forks'}{'default'} = [1]; $prevent_xss = 1; +our $version .= " with super cow powers"; #$export_auth_hook = sub { return -e "$_[0]/git-daemon-export-ok"; };