From bc3384745cbaf1098927f7a6bba9674aaefa20bb Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 9 Dec 2015 11:18:36 +0100 Subject: [PATCH] =?utf8?q?Modifications=C2=A0:=20=20=20=20=20=20=20=20=20e?= =?utf8?q?tc/nginx/site.d/roundcube/http.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/nginx/site.d/roundcube/http.conf | 3 ++- etc/nginx/site.d/roundcube/site.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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; -- 2.20.1