From 0929e355e913b7f157c74b7d091a57eed36adf3f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 28 Jan 2023 16:31:58 +0100 Subject: [PATCH] Add NGINX client_max_body_size --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6ce91ce..5a49c3e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,6 +10,8 @@ location __PATH__/ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; + client_max_body_size 100M; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }