From 1b6c13ef3f5124581e2a13506dd595b495e79c37 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 8 Oct 2013 08:45:16 +0200 Subject: [PATCH] Corrections : etc/nginx/site.d/sympa/http.conf --- etc/nginx/site.d/sympa/http.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/nginx/site.d/sympa/http.conf b/etc/nginx/site.d/sympa/http.conf index 17cee03..75d5dde 100644 --- a/etc/nginx/site.d/sympa/http.conf +++ b/etc/nginx/site.d/sympa/http.conf @@ -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; } -- 2.20.1