aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-28 11:59:36 +0300
committerFrederick Muriuki Muriithi2024-03-28 11:59:36 +0300
commitbfb58e7db7c8529fc45940528c8c443fe9c00fd4 (patch)
tree09f2ab8dae55ff649ce8ef0748341920e07326db
parent081e2865c3354415fbcb186e562060d6ac2885f1 (diff)
downloadgn-machines-bfb58e7db7c8529fc45940528c8c443fe9c00fd4.tar.gz
gn-uploader: Increment maximum size of uploadable files.
-rw-r--r--genenetwork/services/genenetwork.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm
index 0382d01..5e97454 100644
--- a/genenetwork/services/genenetwork.scm
+++ b/genenetwork/services/genenetwork.scm
@@ -421,7 +421,8 @@ a @code{<genenetwork-configuration>} record."
(uri "/")
(body (list (string-append "proxy_pass http://localhost:"
(number->string port) ";")
- "proxy_set_header Host $host;")))))))))
+ "proxy_set_header Host $host;"
+ "client_max_body_size 500M;")))))))))
(define gn-uploader-service-type
(service-type