From 604312fab7f240ff551f33255065188c9df5479f Mon Sep 17 00:00:00 2001 From: Dustin Dauncey Date: Mon, 9 Sep 2024 16:51:29 -0700 Subject: [PATCH 1/2] Correct the URL for Nginx proxy_next_upstream property --- app/_src/gateway/how-kong-works/routing-traffic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/_src/gateway/how-kong-works/routing-traffic.md b/app/_src/gateway/how-kong-works/routing-traffic.md index 2f4de8bd9390..b7a66b1e4020 100644 --- a/app/_src/gateway/how-kong-works/routing-traffic.md +++ b/app/_src/gateway/how-kong-works/routing-traffic.md @@ -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 directly configurable through {{site.base_gateway}}, but can be added using a custom Nginx configuration. See the [configuration reference][configuration-reference] for more details. From c6de6911407085e1b16bf7b5f5af8abe53f1aa39 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:06:52 -0700 Subject: [PATCH 2/2] minor formatting edit --- app/_src/gateway/how-kong-works/routing-traffic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_src/gateway/how-kong-works/routing-traffic.md b/app/_src/gateway/how-kong-works/routing-traffic.md index b7a66b1e4020..ab65fc8fb9fb 100644 --- a/app/_src/gateway/how-kong-works/routing-traffic.md +++ b/app/_src/gateway/how-kong-works/routing-traffic.md @@ -980,7 +980,7 @@ There are two configurable elements here: server, passing a request to it, or reading the response headers. 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 +[`proxy_next_upstream`](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_next_upstream) directive. This option is not directly configurable through {{site.base_gateway}}, but can be added using a custom Nginx configuration. See the [configuration reference][configuration-reference] for more details.