Correction : roundcube : supporte tiny_mce.
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sat, 5 Mar 2016 13:38:39 +0000 (14:38 +0100)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sat, 5 Mar 2016 13:38:49 +0000 (14:38 +0100)
etc/nginx/site.d/roundcube/site.conf

index be4c69c..89f9146 100644 (file)
@@ -33,6 +33,9 @@ location = /robots.txt {
 location ~ ^/(README|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ {
        deny all;
  }
+location /program/js/tiny_mce/ {
+       alias /usr/share/tinymce/www/;
+ }
 location ~ ^/(bin|SQL)/ {
        deny all;
  }