Skip to content

Commit

Permalink
Correct the URL for Nginx proxy_next_upstream property
Browse files Browse the repository at this point in the history
  • Loading branch information
d19dotca authored Sep 9, 2024
1 parent 8872e85 commit 604312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/_src/gateway/how-kong-works/routing-traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,8 @@ There are two configurable elements here:
means an error or timeout occurring while establishing a connection with the
server, passing a request to it, or reading the response headers.

The second option is based on Nginx's
[proxy_next_upstream][proxy_next_upstream] directive. This option is not
The second option is based on Nginx's
[proxy_next_upstream](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_next_upstream) directive. This option is not

Check failure on line 983 in app/_src/gateway/how-kong-works/routing-traffic.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [kong.Spelling] Did you really mean 'proxy_next_upstream'? Raw Output: {"message": "[kong.Spelling] Did you really mean 'proxy_next_upstream'?", "location": {"path": "app/_src/gateway/how-kong-works/routing-traffic.md", "range": {"start": {"line": 983, "column": 2}}}, "severity": "ERROR"}
directly configurable through {{site.base_gateway}}, but can be added using a custom Nginx
configuration. See the [configuration reference][configuration-reference] for
more details.
Expand Down

0 comments on commit 604312f

Please sign in to comment.