]> Untitled Git - proxy.git/blobdiff - nginx.conf
Fixed kanban uploads
[proxy.git] / 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;