Correction : roundcube : supporte tiny_mce.
[lhc/ateliers.git] / 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;
  }