From 2e1429fd14d542897b3b525e826b794f58f091cc Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sat, 5 Mar 2016 14:38:39 +0100 Subject: [PATCH] Correction : roundcube : supporte tiny_mce. --- etc/nginx/site.d/roundcube/site.conf | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.20.1