X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/02ce18b74c42b34a86208a713e00dfa0e0fe39de..48a3b3a3c28a6590fdf3d2b750192706cb751fae:/doc/install/install-keep-web.html.textile.liquid diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid index 4def77e063..2991d7b0dc 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -112,6 +112,10 @@ server { proxy_pass http://keep-web; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + + client_max_body_size 0; + proxy_http_version 1.1; + proxy_request_buffering off; } }