]> Untitled Git - proxy.git/commitdiff
Fixed kanban uploads
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Mon, 20 Feb 2023 09:52:08 +0000 (03:52 -0600)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Mon, 20 Feb 2023 09:52:08 +0000 (03:52 -0600)
nginx.conf

index 25d807f111af1e08c05df56bfc0ff86417d3de3e..f990def02f1bb3fb180da0fa5814477e95d6f45f 100644 (file)
@@ -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;