From 13d970946dafb9383f9db2fae21693476a67c761 Mon Sep 17 00:00:00 2001 From: Fabian Stelzer Date: Mon, 9 Aug 2021 15:03:52 +0000 Subject: [PATCH] add docs for new Upstream mux config --- docs/docs/configuration/alpha_config.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/alpha_config.md b/docs/docs/configuration/alpha_config.md index 7381e1c0ef..3cc540376b 100644 --- a/docs/docs/configuration/alpha_config.md +++ b/docs/docs/configuration/alpha_config.md @@ -384,9 +384,11 @@ Requests will be proxied to this upstream if the path matches the request path. ### Upstreams -#### ([[]Upstream](#upstream) alias) - (**Appears on:** [AlphaOptions](#alphaoptions)) Upstreams is a collection of definitions for upstream servers. +| Field | Type | Description | +| ----- | ---- | ----------- | +| `proxyRawPath` | _bool_ | ProxyRawPath will pass the raw url path to upstream allowing for url's
like: "/%2F/" which would otherwise be redirected to "/" | +| `configs` | _[[]Upstream](#upstream)_ | Upstream represents the configuration for an upstream server.
Requests will be proxied to this upstream if the path matches the request path. |