Ajout : roundcube.
[lhc/ateliers.git] / etc / nginx / site.d / sympa / http.conf
1 server {
2 listen 80;
3 server_name
4 sympa.heureux-cyclage.org
5 sympa.cyclocoop.heureux-cyclage.org
6 sympa.cyclocoop.org;
7
8 return 301 https://$host$request_uri;
9 }