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:21 UTC

[incubator-dlab] branch DLAB-1755 created (now de86cd4)

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

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


      at de86cd4  [DLAB-1755]: It is forbidden to upload more than 50 MB into Bucket resolved

This branch includes the following new commits:

     new de86cd4  [DLAB-1755]: It is forbidden to upload more than 50 MB into Bucket resolved

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by my...@apache.org.
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