From 6a2bff1b4e66fa72305766c3d1521dec1d76b03c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 7 Apr 2024 18:42:18 +0200 Subject: [PATCH] Bump upload limit to 100MB --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index fe3f78e..f13ecdd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,7 @@ location __PATH__/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; - client_max_body_size 25M; + client_max_body_size 100M; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;