X-Git-Url: http://git.purplebirdman.com/proxy.git/blobdiff_plain/6a66880cb6ae71ffae074bde40fe2f4a9d91408e..57600a58ac8cff8033b0e08332c22a47709effc8:/nginx.conf diff --git a/nginx.conf b/nginx.conf index 5b6c9d8..19e214e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,6 +21,7 @@ http { } server { server_name kanban.purplebirdman.online; + client_max_body_size 20M; location / { proxy_pass http://kanboard_kanboard; proxy_set_header Host $host;