X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fhttp.conf;h=8671f5f840748b3bd4b2b3d1966ee020b042452d;hb=2be67d551eb2ec0fc0c02eaf183bafee8a99dfc1;hp=4d79aa10653b023d0754db95a6d8ccb0038a52da;hpb=3dde6e2b7fcd76a6116a32c92fd8faa87c0c54e7;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/roundcube/http.conf b/etc/nginx/site.d/roundcube/http.conf index 4d79aa1..8671f5f 100644 --- a/etc/nginx/site.d/roundcube/http.conf +++ b/etc/nginx/site.d/roundcube/http.conf @@ -2,8 +2,11 @@ server { listen 80; server_name roundcube.heureux-cyclage.org + roundcube.changedechaine.org roundcube.cyclocoop.org - roundcube.ptitvelo.net; + roundcube.lesjantesdunord.org + roundcube.ptitvelo.net + roundcube.veli-velo.org; return 301 https://$host$request_uri; }