From 12d6569e4735e070d2cc0f9d88292c0a569ec857 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Fri, 13 Mar 2020 09:59:20 -0500 Subject: [PATCH] Increased max body size --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2