Skip to content

Commit b0f2ac5

Browse files
committed
Remove ref to Simple Ingress
1 parent 99fcbb3 commit b0f2ac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/tutorials/ingress-path-regex-annotation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Ingresses Path Matching Using Path-Regex Annotation
33
description: |
4-
How to customize Simple Ingress and Mergeable Ingress types with path-regex annotations.
4+
How to customize Ingress and Mergeable Ingress types with path-regex annotations.
55
weight: 1800
66
doctypes: ["concept"]
77
toc: true
@@ -11,9 +11,9 @@ toc: true
1111
We suggest reading the NGINX [documentation on resolve location priority](https://docs.nginx.com/nginx/admin-guide/web-server/web-server/#nginx-location-priority)
1212
to gain additional contenx about NGINX and NGINX Plus before using the ``path-regex`` annotation.
1313

14-
## Simple Ingress Type
14+
## Ingress Type
1515

16-
In this example, you will use the `nginx.org/path-regex` annotations to add regex modifiers the location paths.
16+
In this example, you will use the `nginx.org/path-regex` annotations to add regex modifiers to the location paths.
1717

1818
Start by modifying `cafe-ingress.yaml` metadata to add the annotation section and configure
1919
the ``nginx.org/path-regex`` annotation.

0 commit comments

Comments
 (0)