[ARVADOS] updated: 2.1.0-2462-g10d497fe4

Git user git at public.arvados.org
Fri May 13 14:36:26 UTC 2022


Summary of changes:
 sdk/python/tests/nginx.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  10d497fe4eb9ab1dc10171ba90c0c1b148108a35 (commit)
      from  09963d2b633769549eea8739be3b541835839462 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 10d497fe4eb9ab1dc10171ba90c0c1b148108a35
Author: Ward Vandewege <ward at curii.com>
Date:   Fri May 13 10:36:07 2022 -0400

    19126: disable all proxy caching in the nginx template used by our tests
           and arvados-server boot.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/sdk/python/tests/nginx.conf b/sdk/python/tests/nginx.conf
index 7fe55259f..543390004 100644
--- a/sdk/python/tests/nginx.conf
+++ b/sdk/python/tests/nginx.conf
@@ -30,8 +30,10 @@ http {
       proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
       proxy_set_header X-Forwarded-Proto https;
       proxy_redirect off;
-      proxy_request_buffering off;
       proxy_max_temp_file_size 0;
+      proxy_request_buffering off;
+      proxy_buffering off;
+      proxy_http_version 1.1;
     }
   }
   upstream arv-git-http {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list