Modifications : etc/nginx/site.d/roundcube/http.conf
[lhc/ateliers.git] / etc / nginx / site.d / roundcube / http.conf
index 4d79aa1..8ecf6e2 100644 (file)
@@ -2,8 +2,10 @@ server {
        listen 80;
        server_name
         roundcube.heureux-cyclage.org
+        roundcube.changedechaine.org
         roundcube.cyclocoop.org
-        roundcube.ptitvelo.net;
+        roundcube.ptitvelo.net
+        roundcube.veli-velo.org;
        
        return 301 https://$host$request_uri;
  }