X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fsite.conf;fp=etc%2Fnginx%2Fsite.d%2Froundcube%2Fsite.conf;h=89f9146e3c537dcff553963e59a11f92e15148c8;hp=be4c69c8c00ecdabf09ad74059c0f5b9b25a1e1d;hb=2e1429fd14d542897b3b525e826b794f58f091cc;hpb=0e37059972642d014cdd25f071db53e1abcafe4d 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; }