summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-03-16 23:18:39 +0100
committermh <mh@immerda.ch>2011-03-16 23:18:39 +0100
commit74ccc33ff4f0158e80db4dbc64d4edc490acb26c (patch)
treec9671198514782d52df17ce5c4ab24903ae10e30 /templates
parent37f253cffe766a179dbb1ee3f86af740eff78ac1 (diff)
update to the new gitweb version
Diffstat (limited to 'templates')
-rw-r--r--templates/web/lighttpd6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/lighttpd b/templates/web/lighttpd
index 57acb2e..cf24469 100644
--- a/templates/web/lighttpd
+++ b/templates/web/lighttpd
@@ -8,9 +8,9 @@ $HTTP["host"] == "<%= gitweb_url %>" {
<%- end -%>
alias.url += (
- "/gitweb.css" => "/var/www/git/gitweb.css",
- "/git-logo.png" => "/var/www/git/git-logo.png",
- "/git-favicon.png" => "/var/www/git/git-favicon.png",
+ "/static/gitweb.css" => "/var/www/git/static/gitweb.css",
+ "/static/git-logo.png" => "/var/www/git/static/git-logo.png",
+ "/static/git-favicon.png" => "/var/www/git/static/git-favicon.png",
"/" => "/var/www/git/gitweb.cgi",
)