From: Ludovic CHEVALIER Date: Sun, 17 Jan 2016 13:41:33 +0000 (+0100) Subject: Modifications : etc/nginx/site.d/sympa/http.conf X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=f76a2481f5c103cb093bb4996205166d86e49ef6 Modifications : etc/nginx/site.d/sympa/http.conf --- diff --git a/etc/nginx/site.d/sympa/http.conf b/etc/nginx/site.d/sympa/http.conf index 75d5dde..b11d936 100644 --- a/etc/nginx/site.d/sympa/http.conf +++ b/etc/nginx/site.d/sympa/http.conf @@ -4,6 +4,8 @@ server { sympa.heureux-cyclage.org sympa.cyclocoop.heureux-cyclage.org sympa.cyclocoop.org + sympa.lesjantesdunord.heureux-cyclage.org + sympa.lesjantesdunord.org sympa.ptitvelo.heureux-cyclage.org sympa.ptitvelo.net; diff --git a/etc/nginx/site.d/sympa/site.conf b/etc/nginx/site.d/sympa/site.conf index a5e8f03..11f6ceb 100644 --- a/etc/nginx/site.d/sympa/site.conf +++ b/etc/nginx/site.d/sympa/site.conf @@ -2,6 +2,8 @@ server_name sympa.heureux-cyclage.org sympa.cyclocoop.heureux-cyclage.org sympa.cyclocoop.org + sympa.lesjantesdunord.heureux-cyclage.org + sympa.lesjantesdunord.org sympa.ptitvelo.heureux-cyclage.org sympa.ptitvelo.net; @@ -42,6 +44,9 @@ location / { if ($host = "sympa.cyclocoop.heureux-cyclage.org") { set $sympa_robot "sympa.cyclocoop.org"; } + if ($host = "sympa.lesjantesdunord.heureux-cyclage.org") { + set $sympa_robot "sympa.lesjantesdunord.org"; + } if ($host = "sympa.ptitvelo.heureux-cyclage.org") { set $sympa_robot "sympa.ptitvelo.net"; }