]> git.donarmstrong.com Git - roundcube.git/commitdiff
Enable tinymce for lighttpd
authorVincent Bernat <bernat@luffy.cx>
Thu, 6 Mar 2008 13:07:58 +0000 (13:07 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:04:44 +0000 (19:04 +0200)
debian/conf/lighttpd.conf

index 331f8c76592559a5e0e709a6b577d8b2d578ebbc..d64b232cbb040e3155aa2375aae3f6f94a67efb9 100644 (file)
@@ -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" {