Skip to content

Commit

Permalink
synced with upstream; fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chriss-de committed Sep 25, 2023
1 parent 4c36f94 commit 05f6001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/defaults/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f6001

Please sign in to comment.