diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-05-15 09:34:13 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-05-15 09:35:13 +0200 |
commit | 21b1a66d40194e398d0c80a151fe315aff0ac563 (patch) | |
tree | cbd43aaf9ed6066471a0860765586a40b1c441da | |
parent | 371f8f08f0025426a2410b02f90b36059c58e5d5 (diff) |
Adjust Alias to match newer gitweb default config.
-rw-r--r-- | apache2/conf.d/local-git.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apache2/conf.d/local-git.conf b/apache2/conf.d/local-git.conf index 2140bc2..d667e9e 100644 --- a/apache2/conf.d/local-git.conf +++ b/apache2/conf.d/local-git.conf @@ -14,9 +14,7 @@ AddDefaultCharset UTF-8 allow from all </Directory> -Alias /gitweb.css /usr/share/gitweb/gitweb.css -Alias /git-favicon.png /usr/share/gitweb/git-favicon.png -Alias /git-logo.png /usr/share/gitweb/git-logo.png +Alias /gitweb/ /usr/share/gitweb/ <Directory /usr/share/gitweb> Options None |