Corrections : etc/nginx/site.d/sympa/http.conf
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 8 Oct 2013 06:45:16 +0000 (08:45 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 8 Oct 2013 06:45:16 +0000 (08:45 +0200)
etc/nginx/site.d/sympa/http.conf

index 17cee03..75d5dde 100644 (file)
@@ -3,7 +3,9 @@ server {
        server_name
         sympa.heureux-cyclage.org
         sympa.cyclocoop.heureux-cyclage.org
-        sympa.cyclocoop.org;
+        sympa.cyclocoop.org
+        sympa.ptitvelo.heureux-cyclage.org
+        sympa.ptitvelo.net;
        
        return 301 https://$host$request_uri;
  }