add docs for new Upstream mux config
This commit is contained in:
		
							parent
							
								
									662fa72e8c
								
							
						
					
					
						commit
						fe9159572c
					
				|  | @ -384,9 +384,11 @@ Requests will be proxied to this upstream if the path matches the request path. | ||||||
| 
 | 
 | ||||||
| ### Upstreams | ### Upstreams | ||||||
| 
 | 
 | ||||||
| #### ([[]Upstream](#upstream) alias) |  | ||||||
| 
 |  | ||||||
| (**Appears on:** [AlphaOptions](#alphaoptions)) | (**Appears on:** [AlphaOptions](#alphaoptions)) | ||||||
| 
 | 
 | ||||||
| Upstreams is a collection of definitions for upstream servers. | 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. | | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue