19126: disable all nginx proxy caching for controller.
[arvados.git] / doc / install / install-api-server.html.textile.liquid
index 66a2a33c9defedd8f97034b7d8b5a9256e076983..4c9f168e825946bc0b63a86932f844218ab3819b 100644 (file)
@@ -152,8 +152,10 @@ server {
     proxy_redirect           off;
     proxy_connect_timeout    90s;
     proxy_read_timeout       300s;
-    proxy_request_buffering  off;
     proxy_max_temp_file_size 0;
+    proxy_request_buffering  off;
+    proxy_buffering          off;
+    proxy_http_version       1.1;
 
     proxy_set_header      Host              $http_host;
     proxy_set_header      Upgrade           $http_upgrade;