diff --git a/server_installation/topics/proxy.adoc b/server_installation/topics/proxy.adoc index 12019c706b..85df6f36fc 100644 --- a/server_installation/topics/proxy.adoc +++ b/server_installation/topics/proxy.adoc @@ -32,6 +32,7 @@ Here's an example configuration file. { "target-url": "http://localhost:8082", + "target-request-timeout": "60000", "send-access-token": true, "bind-address": "localhost", "http-port": "8080", @@ -89,6 +90,10 @@ The basic configuration options for the server are as follows: target-url:: The URL this server is proxying. _REQUIRED_. +target-request-timeout:: + The timeout (in ms) for the proxied request. _OPTIONAL_. + Default is 30000. + send-access-token:: Boolean flag. If true, this will send the access token via the KEYCLOAK_ACCESS_TOKEN header to the proxied server. _OPTIONAL_.