From: Clifton Palmer Date: Mon, 20 Feb 2023 09:52:08 +0000 (-0600) Subject: Fixed kanban uploads X-Git-Url: http://git.purplebirdman.com/proxy.git/commitdiff_plain/485e4459cc369284a67f2325c618c860a180e2c3?ds=sidebyside Fixed kanban uploads --- 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;