X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fsympa%2Fhttp.conf;h=9db40646a63aa724ea2dfce267d7721b7a755d49;hb=ea25a0afef2979fd8df2d62b42fd5491ac5a2f2e;hp=17cee03dda40492cc269a1e00ec3f5a7aa8dfd13;hpb=b75d4503ef9c919231c0c02daf5a1ed1e57c73af;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/sympa/http.conf b/etc/nginx/site.d/sympa/http.conf index 17cee03..9db4064 100644 --- a/etc/nginx/site.d/sympa/http.conf +++ b/etc/nginx/site.d/sympa/http.conf @@ -1,9 +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.cyclocoop.org + sympa.lesjantesdunord.heureux-cyclage.org + sympa.lesjantesdunord.org + sympa.ptitvelo.heureux-cyclage.org + 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; }