Skip to content

Commit

Permalink
add docs for new Upstream mux config
Browse files Browse the repository at this point in the history
  • Loading branch information
FStelzer committed Aug 18, 2021
1 parent 8b9a075 commit 13d9709
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/configuration/alpha_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>like: "/%2F/" which would otherwise be redirected to "/" |
| `configs` | _[[]Upstream](#upstream)_ | Upstream represents the configuration for an upstream server.<br/>Requests will be proxied to this upstream if the path matches the request path. |

0 comments on commit 13d9709

Please sign in to comment.