From 485e4459cc369284a67f2325c618c860a180e2c3 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Mon, 20 Feb 2023 03:52:08 -0600 Subject: [PATCH] Fixed kanban uploads --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 25d807f..f990def 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,6 +7,7 @@ events { http { server { server_name kanban.purplebirdman.com; + client_max_body_size 20M; location / { proxy_pass http://kanboard_web; proxy_set_header Host $host; -- 2.47.2