From: Julien Moutinho Date: Sat, 5 Mar 2016 13:38:39 +0000 (+0100) Subject: Correction : roundcube : supporte tiny_mce. X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/wiki/%7B%7B%20url_for%28%27static%27%2C%20filename=%27jquery.ui.all.css%27%29%20%7D%7D?a=commitdiff_plain;h=2e1429fd14d542897b3b525e826b794f58f091cc;p=lhc%2Fateliers.git 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; }