X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fsite.conf;h=89f9146e3c537dcff553963e59a11f92e15148c8;hp=6511577c2a6a0b47affa8f467882fccc688a6735;hb=2e1429fd14d542897b3b525e826b794f58f091cc;hpb=e77a454ce713dde6eaec17043e756104e9fb5ecc diff --git a/etc/nginx/site.d/roundcube/site.conf b/etc/nginx/site.d/roundcube/site.conf index 6511577..89f9146 100644 --- a/etc/nginx/site.d/roundcube/site.conf +++ b/etc/nginx/site.d/roundcube/site.conf @@ -1,6 +1,11 @@ server_name roundcube.heureux-cyclage.org - roundcube.cyclocoop.org; + roundcube.changedechaine.org + roundcube.chatperche.org + roundcube.cyclocoop.org + roundcube.lesjantesdunord.org + roundcube.ptitvelo.net + roundcube.veli-velo.org; client_body_buffer_size 8k; client_max_body_size 10m; @@ -28,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; }