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: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/Special:BookSources/%40%20%27info_articles_miens%27%20=%3E%20%27My%20articles%27%2C%20%27info_articles_tous%27%20=%3E%20%27All%20the%20articles%27%2C%20%27info_articles_trouves%27%20=%3E%20%27Articles%20found%27%2C-%27info_articles_trouves_dans_texte%27%20=%3E%20%27Articles%20found%20%28in%20the%20text%29%27%2C%20%27info_attente_validation%27%20=%3E%20%27Your%20articles%20awaiting%20validation%27%2C%20%27info_aucun_article%27%20=%3E%20%27No%20articles%27%2C-%27info_aucun_article_syndique%27%20=%3E%20%27No%20syndicated%20articles%27%2C%20%27info_aucun_auteur%27%20=%3E%20%27No%20authors%27%2C%20%27info_aucun_message%27%20=%3E%20%27No%20messages%27%2C%20%27info_aucun_rubrique%27%20=%3E%20%27No%20sections%27%2C-%27info_aucun_site%27%20=%3E%20%27No%20linked%20sites%27%2C-%27info_aucun_visiteur%27%20=%3E%20%27No%20visitors%27%2C%20%27info_aujourdhui%27%20=%3E%20%27today:%27%2C-%27info_auteur_message%27%20=%3E%20%27MESSAGE%20FROM:%27%2C%20%27info_auteurs%27%20=%3E%20%27Authors%27%2C%20%27info_auteurs_par_tri%27%20=%3E%20%27Authors%40partri%40%27%2C%20%27info_auteurs_trouves%27%20=%3E%20%27Authors%20found%27%2C%40%40%20-298%2C8%20%20254%2C6%20%40%40%20Do%20not%20submit%20this%20import%20request.%3Cp%3EFor%20more%20information%2C%20please%20see%20%3Ca%20href=?a=commitdiff_plain;h=f76a2481f5c103cb093bb4996205166d86e49ef6;p=lhc%2Fateliers.git 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"; }