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 14:00:14 UTC

[incubator-dlab] branch DLAB-810 created (now aa88485)

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

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


      at aa88485  [DLAB-810] Truned off proxy buffering in nginx

This branch includes the following new commits:

     new aa88485  [DLAB-810] Truned off proxy buffering in nginx

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-810] Truned off proxy buffering in nginx

Posted by dm...@apache.org.
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 aa88485b198409266fafafcbba206fdd20cc143c
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Tue Jul 2 16:59:56 2019 +0300

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

diff --git a/infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf b/infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf
index ff997eb..dd9d035 100644
--- a/infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf
+++ b/infrastructure-provisioning/src/ssn/templates/ssn_nginx.conf
@@ -40,6 +40,7 @@ http {
     sendfile            on;
     tcp_nopush          on;
     tcp_nodelay         on;
+    proxy_buffering     off;
     keepalive_timeout   65;
     types_hash_max_size 2048;
 


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