Skip to content

Commit 8f1399f

Browse files
authored
Merge pull request #5975 from ahardin-rh/enterprise-3.7-stage
[enterprise-3.7] As part of origin PR 14008, the server list of an ha…
2 parents 8978f49 + 79f5e2d commit 8f1399f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

architecture/topics/router_environment_variables.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ endif::[]
3131
|`RELOAD_SCRIPT` | | The path to the reload script to use to reload the router.
3232
|`ROUTER_ALLOWED_DOMAINS` | | A comma-separated list of domains that the host name in a route can only be part of. Any subdomain in the domain can be used. Option `ROUTER_DENIED_DOMAINS` overrides any values given in this option. If set, everything outside of the allowed domains will be rejected.
3333
|`ROUTER_BACKEND_CHECK_INTERVAL` | 5000ms | Length of time between subsequent "liveness" checks on backends. xref:time-units[(TimeUnits)]
34+
|`ROUTER_BACKEND_PROCESS_ENDPOINTS` | | String to specify how the endpoints should be processed while using the template function processEndpointsForAlias. Valid values are ["shuffle", ""]. "shuffle" will randomize the elements upon every call. Default behavior returns in pre-determined order.
3435
|`ROUTER_CLIENT_FIN_TIMEOUT` | 1s | Controls the TCP FIN timeout period for the client connecting to the route. If the FIN sent to close the connection is not answered within the given time, HAProxy will close the connection anyway. This is harmless if set to a low value and uses fewer resources on the router. xref:time-units[(TimeUnits)]
3536
|`ROUTER_COOKIE_NAME` | | Specifies cookie name to override the internally generated default name. The name must consist of any combination of upper and lower case letters, digits, "_",
3637
and "-". The default is the hashed internal key name for the route.

0 commit comments

Comments
 (0)