From: Julien Moutinho Date: Sat, 5 Mar 2016 13:38:39 +0000 (+0100) Subject: Correction : roundcube : supporte tiny_mce. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=2e1429fd14d542897b3b525e826b794f58f091cc Correction : roundcube : supporte tiny_mce. --- diff --git a/etc/nginx/site.d/roundcube/site.conf b/etc/nginx/site.d/roundcube/site.conf index be4c69c..89f9146 100644 --- a/etc/nginx/site.d/roundcube/site.conf +++ b/etc/nginx/site.d/roundcube/site.conf @@ -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; }