From: Clifton Palmer Date: Fri, 13 Mar 2020 14:59:20 +0000 (-0500) Subject: Increased max body size X-Git-Url: http://git.purplebirdman.com/proxy.git/commitdiff_plain/12d6569e4735e070d2cc0f9d88292c0a569ec857?hp=57600a58ac8cff8033b0e08332c22a47709effc8 Increased max body size --- diff --git a/nginx.conf b/nginx.conf index 19e214e..74f1b68 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,7 +21,7 @@ http { } server { server_name kanban.purplebirdman.online; - client_max_body_size 20M; + client_max_body_size 100M; location / { proxy_pass http://kanboard_kanboard; proxy_set_header Host $host;