synced with upstream; fixed typo
This commit is contained in:
parent
4c36f94e6d
commit
05f600150e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ type Backend struct {
|
||||||
// toggles whether or not to remove trailing slashes during TLS redirects
|
// toggles whether or not to remove trailing slashes during TLS redirects
|
||||||
PreserveTrailingSlash bool `json:"preserve-trailing-slash"`
|
PreserveTrailingSlash bool `json:"preserve-trailing-slash"`
|
||||||
|
|
||||||
// allows usage of CustomHTTPErrors without intecepting service errors
|
// allows usage of CustomHTTPErrors without intercepting service errors
|
||||||
// e.g. custom 404 and 503 when service-a does not exist or is not available
|
// e.g. custom 404 and 503 when service-a does not exist or is not available
|
||||||
// but service-a can return 404 and 503 error codes without intercept
|
// but service-a can return 404 and 503 error codes without intercept
|
||||||
// http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors
|
// http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors
|
||||||
|
|
Loading…
Reference in a new issue