From: Ludovic CHEVALIER Date: Wed, 9 Dec 2015 10:18:36 +0000 (+0100) Subject: Modifications : etc/nginx/site.d/roundcube/http.conf X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=bc3384745cbaf1098927f7a6bba9674aaefa20bb Modifications : etc/nginx/site.d/roundcube/http.conf --- diff --git a/etc/nginx/site.d/roundcube/http.conf b/etc/nginx/site.d/roundcube/http.conf index b7a3f0d..8ecf6e2 100644 --- a/etc/nginx/site.d/roundcube/http.conf +++ b/etc/nginx/site.d/roundcube/http.conf @@ -4,7 +4,8 @@ server { roundcube.heureux-cyclage.org roundcube.changedechaine.org roundcube.cyclocoop.org - roundcube.ptitvelo.net; + roundcube.ptitvelo.net + roundcube.veli-velo.org; return 301 https://$host$request_uri; } diff --git a/etc/nginx/site.d/roundcube/site.conf b/etc/nginx/site.d/roundcube/site.conf index ed6ed1a..6021042 100644 --- a/etc/nginx/site.d/roundcube/site.conf +++ b/etc/nginx/site.d/roundcube/site.conf @@ -2,7 +2,8 @@ server_name roundcube.heureux-cyclage.org roundcube.changedechaine.org roundcube.cyclocoop.org - roundcube.ptitvelo.net; + roundcube.ptitvelo.net + roundcube.veli-velo.org; client_body_buffer_size 8k; client_max_body_size 10m;