From: Vincent Bernat Date: Thu, 6 Mar 2008 13:07:58 +0000 (+0000) Subject: Enable tinymce for lighttpd X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6368ee24bab0b7b2be60e13d02bcbc9f4fbca223;p=roundcube.git Enable tinymce for lighttpd --- diff --git a/debian/conf/lighttpd.conf b/debian/conf/lighttpd.conf index 331f8c7..d64b232 100644 --- a/debian/conf/lighttpd.conf +++ b/debian/conf/lighttpd.conf @@ -4,9 +4,8 @@ alias.url += ( "/roundcube" => "/var/lib/roundcube", - # Uncomment the following line if you want to use tinymce. You - # will need tinymce package. - # "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www" + # The following line allow to use tinymce. Look at README.Debian + "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www" ) $HTTP["url"] =~ "^/roundcube" {