19126: disable all proxy caching in the nginx template used by our tests
authorWard Vandewege <ward@curii.com>
Fri, 13 May 2022 14:36:07 +0000 (10:36 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 13 May 2022 14:36:07 +0000 (10:36 -0400)
       and arvados-server boot.

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

sdk/python/tests/nginx.conf

index 7fe55259f6bce4cf03da6dbe6108451b632eefad..543390004b7479be19d0a4422b4f41366a0f2014 100644 (file)
@@ -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 {