9db40646a63aa724ea2dfce267d7721b7a755d49
[lhc/ateliers.git] / etc / nginx / site.d / sympa / http.conf
1 server {
2 listen 80;
3 include /etc/nginx/conf.d/letsencrypt.conf;
4 server_name
5 sympa.etudesetchantiers.org
6 sympa.etudesetchantiers.heureux-cyclage.org
7 sympa.heureux-cyclage.org
8 sympa.chatperche.heureux-cyclage.org
9 sympa.chatperche.org
10 sympa.cyclocoop.heureux-cyclage.org
11 sympa.cyclocoop.org
12 sympa.lesjantesdunord.heureux-cyclage.org
13 sympa.lesjantesdunord.org
14 sympa.ptitvelo.heureux-cyclage.org
15 sympa.ptitvelo.net
16 sympa.velosenville.org
17 sympa.velosenville.heureux-cyclage.org
18 sympa.vieuxbiclou.org
19 sympa.vieuxbiclou.heureux-cyclage.org;
20
21 return 301 https://$host$request_uri;
22 }