X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fsite.conf;h=89f9146e3c537dcff553963e59a11f92e15148c8;hb=2e1429fd14d542897b3b525e826b794f58f091cc;hp=2f811b65b4542fee0577935cb86f74868f8dd83f;hpb=2be67d551eb2ec0fc0c02eaf183bafee8a99dfc1;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/roundcube/site.conf b/etc/nginx/site.d/roundcube/site.conf index 2f811b6..89f9146 100644 --- a/etc/nginx/site.d/roundcube/site.conf +++ b/etc/nginx/site.d/roundcube/site.conf @@ -1,6 +1,7 @@ server_name roundcube.heureux-cyclage.org roundcube.changedechaine.org + roundcube.chatperche.org roundcube.cyclocoop.org roundcube.lesjantesdunord.org roundcube.ptitvelo.net @@ -32,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; }