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