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