X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fsympa%2Fhttp.conf;h=9db40646a63aa724ea2dfce267d7721b7a755d49;hb=ea25a0afef2979fd8df2d62b42fd5491ac5a2f2e;hp=75d5ddeddac12b2803b5e3d223ca1d44354acf91;hpb=1b6c13ef3f5124581e2a13506dd595b495e79c37;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/sympa/http.conf b/etc/nginx/site.d/sympa/http.conf index 75d5dde..9db4064 100644 --- a/etc/nginx/site.d/sympa/http.conf +++ b/etc/nginx/site.d/sympa/http.conf @@ -1,11 +1,22 @@ 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 sympa.cyclocoop.heureux-cyclage.org sympa.cyclocoop.org + sympa.lesjantesdunord.heureux-cyclage.org + sympa.lesjantesdunord.org sympa.ptitvelo.heureux-cyclage.org - sympa.ptitvelo.net; + sympa.ptitvelo.net + sympa.velosenville.org + sympa.velosenville.heureux-cyclage.org + sympa.vieuxbiclou.org + sympa.vieuxbiclou.heureux-cyclage.org; return 301 https://$host$request_uri; }