Skip to content

Commit 0497c44

Browse files
Update site/content/how-to/monitoring/troubleshooting.md
Co-authored-by: Kate Osborn <50597707+kate-osborn@users.noreply.github.com>
1 parent abbe5b4 commit 0497c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/how-to/monitoring/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Once a HTTPRoute with path matches and rules are defined, the nginx.conf is upda
158158
159159
1. A Gateway with single listener on port 80. The hostname specified is `*.example.com`, so all incoming requests matching that wildcard is accepted by this Gateway.
160160
2. A simple `coffee` application with hostname `cafe.example.com` and referenced to the Gateway we created.
161-
3. A HTTPRoute to expose `coffee` application outside the cluster using the listener created in step 1. The path and rule matches create different location blocks in `nginx.conf` to redirect requests as needed.
161+
3. An HTTPRoute that exposes the `coffee` application outside the cluster using the listener created in step 1. The path and rule matches create different location blocks in `nginx.conf` to route requests as needed.
162162
163163
For example, this `coffee` route matches requests with path `/coffee` and type `prefix`. Lets see how the `nginx.conf` is modified.
164164

0 commit comments

Comments
 (0)