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