]> git.donarmstrong.com Git - roundcube.git/commitdiff
Fix lighttpd.conf to make it work with latest versions (Closes: #494044)
authorVincent Bernat <bernat@debian.org>
Thu, 7 Aug 2008 19:50:38 +0000 (19:50 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:39:18 +0000 (19:39 +0200)
debian/changelog
debian/conf/lighttpd.conf

index f94e88589be6022ac9abfe3a3b49cbe66b1a53b1..6e20472b4fa539c6cfdedb79ed02626ccecfef80 100644 (file)
@@ -2,11 +2,12 @@ roundcube (0.2~alpha-2) UNRELEASED; urgency=low
 
   [ Vincent Bernat ]
   * Fix lintian warnings introduced by previous upload
+  * Fix lighttpd.conf to make it work with latest versions (Closes: #494044)
 
   [ Romain Beauxis ]
   * Versioned roundcube-core dependency for roundcube 
 
- -- Romain Beauxis <toots@rastageeks.org>  Tue, 24 Jun 2008 05:25:14 +0200
+ -- Vincent Bernat <bernat@debian.org>  Thu, 07 Aug 2008 21:50:23 +0200
 
 roundcube (0.2~alpha-1) experimental; urgency=low
 
index d64b232cbb040e3155aa2375aae3f6f94a67efb9..38c43d4bcde04639d392346a81f39a38b44ef6cb 100644 (file)
@@ -2,11 +2,8 @@
 # virtual host configuration. Do not forget to adapt the rest of the
 # configuration.
 
-alias.url += (
-     "/roundcube" => "/var/lib/roundcube",
-     # The following line allow to use tinymce. Look at README.Debian
-     "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www"
-)
+alias.url += ("/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www")
+alias.url += ("/roundcube" => "/var/lib/roundcube")
 
 $HTTP["url"] =~ "^/roundcube" {
   server.follow-symlink = "enable"