From: Vincent Bernat Date: Thu, 7 Aug 2008 19:50:38 +0000 (+0000) Subject: Fix lighttpd.conf to make it work with latest versions (Closes: #494044) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=29c432735666e61724be0d393e927ef34e490258;p=roundcube.git Fix lighttpd.conf to make it work with latest versions (Closes: #494044) --- diff --git a/debian/changelog b/debian/changelog index f94e885..6e20472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 24 Jun 2008 05:25:14 +0200 + -- Vincent Bernat Thu, 07 Aug 2008 21:50:23 +0200 roundcube (0.2~alpha-1) experimental; urgency=low diff --git a/debian/conf/lighttpd.conf b/debian/conf/lighttpd.conf index d64b232..38c43d4 100644 --- a/debian/conf/lighttpd.conf +++ b/debian/conf/lighttpd.conf @@ -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"