Remove ProxyPassParams setting (#2185)

This reverts commit c0fecd5bd7
This commit is contained in:
Antoine Cotten 2018-03-08 01:40:22 +01:00 committed by Manuel Alejandro de Brito Fontes
parent 86a3a63488
commit 5ba0f4ea18
3 changed files with 1 additions and 21 deletions

View file

@ -69,9 +69,6 @@ type Backend struct {
// http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_next_upstream
ProxyNextUpstream string `json:"proxy-next-upstream"`
// Parameters for proxy-pass directive (eg. Apache web server).
ProxyPassParams string `json:"proxy-pass-params"`
// Sets the original text that should be changed in the "Location" and "Refresh" header fields of a proxied server response.
// http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_redirect
// Default: off