Modifications : etc/dovecot/dovecot.conf.m4
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 8 Oct 2013 21:59:15 +0000 (23:59 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 8 Oct 2013 22:27:28 +0000 (00:27 +0200)
1  2 
etc/nginx/site.d/roundcube/http.conf
etc/nginx/site.d/roundcube/site.conf

@@@ -2,7 -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;
   }
@@@ -1,6 -1,6 +1,7 @@@
  server_name
   roundcube.heureux-cyclage.org
-- roundcube.cyclocoop.org;
++ roundcube.cyclocoop.org
++ roundcube.ptitvelo.net;
  
  client_body_buffer_size 8k;
  client_max_body_size 10m;