From: Ludovic CHEVALIER Date: Tue, 15 Nov 2016 15:02:36 +0000 (+0100) Subject: Modifications : etc/nginx/site.d/sympa/ X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=8b72d0ba4c2a73feec968a92b8ed72b2cdcc96f1 Modifications : etc/nginx/site.d/sympa/ --- 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"; }