From 8b72d0ba4c2a73feec968a92b8ed72b2cdcc96f1 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 15 Nov 2016 16:02:36 +0100 Subject: [PATCH] =?utf8?q?Modifications=C2=A0:=20=20=20=20=20=20=20=20=20e?= =?utf8?q?tc/nginx/site.d/sympa/?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/nginx/site.d/sympa/http.conf | 2 ++ etc/nginx/site.d/sympa/site.conf | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/nginx/site.d/sympa/http.conf b/etc/nginx/site.d/sympa/http.conf index 27d799b..82b3a2e 100644 --- a/etc/nginx/site.d/sympa/http.conf +++ b/etc/nginx/site.d/sympa/http.conf @@ -2,6 +2,8 @@ server { listen 80; include /etc/nginx/conf.d/letsencrypt.conf; server_name + sympa.etudesetchantiers.org + sympa.etudesetchantiers.heureux-cyclage.org sympa.heureux-cyclage.org sympa.chatperche.heureux-cyclage.org sympa.chatperche.org diff --git a/etc/nginx/site.d/sympa/site.conf b/etc/nginx/site.d/sympa/site.conf index e2a9114..18ad27f 100644 --- a/etc/nginx/site.d/sympa/site.conf +++ b/etc/nginx/site.d/sympa/site.conf @@ -1,9 +1,11 @@ server_name - sympa.heureux-cyclage.org sympa.chatperche.heureux-cyclage.org sympa.chatperche.org sympa.cyclocoop.heureux-cyclage.org sympa.cyclocoop.org + sympa.etudesetchantiers.heureux-cyclage.org + sympa.etudesetchantiers.org + sympa.heureux-cyclage.org sympa.lesjantesdunord.heureux-cyclage.org sympa.lesjantesdunord.org sympa.ptitvelo.heureux-cyclage.org @@ -49,6 +51,9 @@ location / { if ($host = "sympa.cyclocoop.heureux-cyclage.org") { set $sympa_robot "sympa.cyclocoop.org"; } + if ($host = "sympa.etudesetchantiers.heureux-cyclage.org") { + set $sympa_robot "sympa.etudesetchantiers.org"; + } if ($host = "sympa.lesjantesdunord.heureux-cyclage.org") { set $sympa_robot "sympa.lesjantesdunord.org"; } -- 2.20.1