X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fhttp.conf;fp=etc%2Fnginx%2Fsite.d%2Froundcube%2Fhttp.conf;h=4d79aa10653b023d0754db95a6d8ccb0038a52da;hp=dd5d1ce2c713f35809fbe7470474fc4d9193d20c;hb=3dde6e2b7fcd76a6116a32c92fd8faa87c0c54e7;hpb=e982928c9f8bd170f1b2dd48fbd2dc50c487c5b2 diff --git a/etc/nginx/site.d/roundcube/http.conf b/etc/nginx/site.d/roundcube/http.conf index dd5d1ce..4d79aa1 100644 --- a/etc/nginx/site.d/roundcube/http.conf +++ b/etc/nginx/site.d/roundcube/http.conf @@ -2,7 +2,8 @@ server { listen 80; server_name roundcube.heureux-cyclage.org - roundcube.cyclocoop.org; + roundcube.cyclocoop.org + roundcube.ptitvelo.net; return 301 https://$host$request_uri; }