X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/162d5c17961b6e5939f46f8c43dd1d854efc76c0..81a48dd1327179d7977f26f65b3d71458ca0ca9e:/doc/install/install-api-server.html.textile.liquid?ds=sidebyside diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index 66a2a33c9d..06f94a8a5f 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -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; @@ -201,17 +203,21 @@ server { h2(#confirm-working). Confirm working installation -Confirm working controller: +We recommend using the "Cluster diagnostics tool.":diagnostics.html The first few tests (10, 20, 30) will succeed if you have a working API server and controller. Of course, tests for services that you have not yet installed and configured will fail. + +Here are some other checks you can perform manually. + +h3. Confirm working controller
$ curl https://ClusterID.example.com/arvados/v1/config
 
-Confirm working Rails API server: +h3. Confirm working Rails API server
$ curl https://ClusterID.example.com/discovery/v1/apis/arvados/v1/rest
 
-Confirm that you can use the system root token to act as the system root user: +h3. Confirm that you can use the system root token to act as the system root user
$ curl -H "Authorization: Bearer $system_root_token" https://ClusterID.example.com/arvados/v1/users/current