From c1163b125f8cb8de8f3285c2d4db866eff99f438 Mon Sep 17 00:00:00 2001 From: TorstenF76 Date: Tue, 3 Apr 2018 09:38:22 +0200 Subject: [PATCH] documented target-request-timeout (#347) --- server_installation/topics/proxy.adoc | 5 +++++ 1 file changed, 5 insertions(+) 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_.