Skip to content

Commit da4c8a0

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

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
@@ -157,7 +157,7 @@ server {
157157
Once a HTTPRoute with path matches and rules are defined, the nginx.conf is updated accordingly to determine which location block will manage incoming requests. To demonstrate how `nginx.conf` is changed, let's create some resources:
158158
159159
1. A Gateway with single listener with the hostname `*.example.com` on port 80.
160-
2. A simple `coffee` application with hostname `cafe.example.com` and referenced to the Gateway we created.
160+
2. A simple `coffee` application.
161161
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.

0 commit comments

Comments
 (0)