From 50edf487dccc86684782f8b370eabff9b482d127 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 24 Dec 2013 15:28:38 -0800 Subject: enable pathinfo mode for gitweb --- templates/gitweb.conf.erb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb index 0100e3d..f434604 100644 --- a/templates/gitweb.conf.erb +++ b/templates/gitweb.conf.erb @@ -14,13 +14,16 @@ $home_text = "indextext.html"; $projects_list = $projectroot; # stylesheet to use -#$stylesheet = ("static/gitweb.css"); +$stylesheet = ("/git/gitweb.css"); # logo to use -#$logo = "static/git-logo.png"; +$logo = "/git/git-logo.png"; # the 'favicon' -#$favicon = "static/git-favicon.png"; +$favicon = "/favicon.ico"; + +# enable pathinfo style urls +$feature{'pathinfo'}{'default'} = [1]; # -------------------------------------------- # We're on gitolite v2, be careful! -- cgit v1.2.3