You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/08/23 09:40:29 UTC

[incubator-streampipes] branch dev updated: [hotfix] Increase file upload size in nginx

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new b549e16  [hotfix] Increase file upload size in nginx
     new c16e767  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
b549e16 is described below

commit b549e1687898dbf0e6daddbb06871efe5079a36b
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Mon Aug 23 11:37:00 2021 +0200

    [hotfix] Increase file upload size in nginx
---
 ui/nginx_config/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/nginx_config/nginx.conf b/ui/nginx_config/nginx.conf
index b932a1f..68d7ee8 100644
--- a/ui/nginx_config/nginx.conf
+++ b/ui/nginx_config/nginx.conf
@@ -37,7 +37,7 @@ http {
     access_log  /var/log/nginx/access.log  main;
 
 
-    client_max_body_size 1024M;
+    client_max_body_size 10240M;
 
     sendfile        on;
     #tcp_nopush     on;