19126: update documentation to reflect nginx proxy configuration for
[arvados.git] / doc / install / install-api-server.html.textile.liquid
index 6c3eabba4f063e942f7dffba99bfa296dc258a58..66a2a33c9defedd8f97034b7d8b5a9256e076983 100644 (file)
@@ -148,10 +148,12 @@ server {
   client_max_body_size 128m;
 
   location / {
-    proxy_pass            http://controller;
-    proxy_redirect        off;
-    proxy_connect_timeout 90s;
-    proxy_read_timeout    300s;
+    proxy_pass               http://controller;
+    proxy_redirect           off;
+    proxy_connect_timeout    90s;
+    proxy_read_timeout       300s;
+    proxy_request_buffering  off;
+    proxy_max_temp_file_size 0;
 
     proxy_set_header      Host              $http_host;
     proxy_set_header      Upgrade           $http_upgrade;