Modifications : etc/nginx/site.d/roundcube/http.conf
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 9 Dec 2015 10:18:36 +0000 (11:18 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 9 Dec 2015 10:18:36 +0000 (11:18 +0100)
etc/nginx/site.d/roundcube/http.conf
etc/nginx/site.d/roundcube/site.conf

index b7a3f0d..8ecf6e2 100644 (file)
@@ -4,7 +4,8 @@ server {
         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;
  }
index ed6ed1a..6021042 100644 (file)
@@ -2,7 +2,8 @@ server_name
  roundcube.heureux-cyclage.org
  roundcube.changedechaine.org
  roundcube.cyclocoop.org
- roundcube.ptitvelo.net;
+ roundcube.ptitvelo.net
+ roundcube.veli-velo.org;
 
 client_body_buffer_size 8k;
 client_max_body_size 10m;