From: Ludovic CHEVALIER Date: Tue, 8 Oct 2013 06:45:16 +0000 (+0200) Subject: Corrections : etc/nginx/site.d/sympa/http.conf X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=1b6c13ef3f5124581e2a13506dd595b495e79c37;hp=d71ac6930e25a4fb5fc780b002370374bf930a3b;p=lhc%2Fateliers.git Corrections : 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 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; }