X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc021c3b57dcdebe464c148d55f9990a74e8246b..d115ba8b035bbc3c099c5aa8890a8dd2b61b164e:/doc/install/install-keepproxy.html.textile.liquid diff --git a/doc/install/install-keepproxy.html.textile.liquid b/doc/install/install-keepproxy.html.textile.liquid index 0839c0e521..b4edd4f57b 100644 --- a/doc/install/install-keepproxy.html.textile.liquid +++ b/doc/install/install-keepproxy.html.textile.liquid @@ -58,7 +58,7 @@ Use a text editor to create a new file @/etc/nginx/conf.d/keepproxy.conf@ with t } server { - listen *:443 ssl; + listen 443 ssl; server_name keep.ClusterID.example.com; proxy_connect_timeout 90s; @@ -66,8 +66,8 @@ server { proxy_set_header X-Real-IP $remote_addr; proxy_http_version 1.1; proxy_request_buffering off; + proxy_max_temp_file_size 0; - ssl on; ssl_certificate /YOUR/PATH/TO/cert.pem; ssl_certificate_key /YOUR/PATH/TO/cert.key;