You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/04/24 08:31:22 UTC

[incubator-dlab] 01/01: [DLAB-1755]: It is forbidden to upload more than 50 MB into Bucket resolved

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DLAB-1755
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit de86cd462b02e1cdaecee78d80b369a92a9ef75e
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Fri Apr 24 11:31:04 2020 +0300

    [DLAB-1755]: It is forbidden to upload more than 50 MB into Bucket resolved
---
 infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf b/infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf
index 74f58db..43d3fbb 100644
--- a/infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf
+++ b/infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf
@@ -43,7 +43,7 @@ http {
     proxy_buffering     off;
     keepalive_timeout   65;
     types_hash_max_size 2048;
-    client_max_body_size 50M;
+    client_max_body_size 4096M;
 
     include             /etc/nginx/mime.types;
     default_type        application/octet-stream;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org