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