Fix path to gitweb static content 0.1.19
authorQuentin Smith <quentin@mit.edu>
Sun, 22 May 2011 02:54:16 +0000 (22:54 -0400)
committerQuentin Smith <quentin@mit.edu>
Sun, 22 May 2011 02:54:16 +0000 (22:54 -0400)
debian/changelog
files/etc/apache2/conf.d/gitweb.invirt

index 1d8e0f3..91bffee 100644 (file)
@@ -1,3 +1,9 @@
+invirt-web (0.1.19) unstable; urgency=low
+
+  * Fix path to gitweb static content
+
+ -- Quentin Smith <quentin@mit.edu>  Sat, 21 May 2011 22:54:00 -0400
+
 invirt-web (0.1.18) unstable; urgency=low
 
   * Require a valid Referer header for any POSTed form, as a guard against
index 4d617a6..8d77a5b 100644 (file)
@@ -3,5 +3,5 @@
   AddHandler cgi-script .cgi
 </Directory>
 
-AliasMatch ^/(git-favicon\.png|git-logo\.png|gitweb\.css|gitweb\.js)$ /usr/share/gitweb/$1
+AliasMatch ^/(git-favicon\.png|git-logo\.png|gitweb\.css|gitweb\.js)$ /usr/share/gitweb/static/$1
 AliasMatch ^/gitweb(/.*)?$ /usr/share/gitweb/index.cgi$1