synced with upstream; fixed typo

This commit is contained in:
Christoph Hartmann 2023-09-25 10:10:41 +02:00
parent 4c36f94e6d
commit 05f600150e

View file

@ -34,7 +34,7 @@ type Backend struct {
// toggles whether or not to remove trailing slashes during TLS redirects
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
// 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