Correction : roundcube : supporte tiny_mce.
[lhc/ateliers.git] / etc / nginx / site.d / roundcube / site.conf
index 64f8388..89f9146 100644 (file)
@@ -1,7 +1,11 @@
 server_name
  roundcube.heureux-cyclage.org
+ roundcube.changedechaine.org
+ roundcube.chatperche.org
  roundcube.cyclocoop.org
- roundcube.ptitvelo.net;
+ roundcube.lesjantesdunord.org
+ roundcube.ptitvelo.net
+ roundcube.veli-velo.org;
 
 client_body_buffer_size 8k;
 client_max_body_size 10m;
@@ -29,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;
  }