From 6368ee24bab0b7b2be60e13d02bcbc9f4fbca223 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 6 Mar 2008 13:07:58 +0000 Subject: [PATCH] Enable tinymce for lighttpd --- debian/conf/lighttpd.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" { -- 2.39.5