You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/07/02 13:48:06 UTC

[incubator-dlab] 01/01: [DLAB-810] Truned off proxy buffering in nginx

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

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

commit e5ec8eb358f732c8419290cb2f6ecd271eeb5a80
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Tue Jul 2 16:47:50 2019 +0300

    [DLAB-810] Truned off proxy buffering in nginx
---
 infrastructure-provisioning/src/edge/templates/nginx.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/edge/templates/nginx.conf b/infrastructure-provisioning/src/edge/templates/nginx.conf
index 6261f53..ae439c5 100644
--- a/infrastructure-provisioning/src/edge/templates/nginx.conf
+++ b/infrastructure-provisioning/src/edge/templates/nginx.conf
@@ -39,6 +39,7 @@ http {
     sendfile            on;
     tcp_nopush          on;
     tcp_nodelay         on;
+    proxy_buffering     off;
     keepalive_timeout   100;
     types_hash_max_size 2048;
     proxy_read_timeout 86400s;


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