19126: disable all nginx proxy caching for controller.
[arvados.git] / doc / admin / config-urls.html.textile.liquid
index 8347d740de98b42504fd18afb463cc5e425f4072..e518ea1bf7c11c8791e0aff4c6c220a34c39735f 100644 (file)
@@ -259,8 +259,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;