From f9c72d95c1fd7eee2dee26dc73a5927966a812bf Mon Sep 17 00:00:00 2001 From: Chatewgne Date: Mon, 19 Dec 2022 10:20:49 +0100 Subject: [PATCH] :dizzy: Update nginx conf to allow uploading big image files --- conf/nginx.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf.in b/conf/nginx.conf.in index 38c65efa06..a2b83759c6 100644 --- a/conf/nginx.conf.in +++ b/conf/nginx.conf.in @@ -25,7 +25,7 @@ server { access_log /var/log/nginx/geotrek_access.log; error_log /var/log/nginx/geotrek_error.log; - client_max_body_size 10M; + client_max_body_size 200M; location /static { expires 1d;