You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/tutorials/ingress-path-regex-annotation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Ingresses Path Matching Using Path-Regex Annotation
3
3
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.
5
5
weight: 1800
6
6
doctypes: ["concept"]
7
7
toc: true
@@ -11,9 +11,9 @@ toc: true
11
11
We suggest reading the NGINX [documentation on resolve location priority](https://docs.nginx.com/nginx/admin-guide/web-server/web-server/#nginx-location-priority)
12
12
to gain additional contenx about NGINX and NGINX Plus before using the ``path-regex`` annotation.
13
13
14
-
## Simple Ingress Type
14
+
## Ingress Type
15
15
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.
17
17
18
18
Start by modifying `cafe-ingress.yaml` metadata to add the annotation section and configure
0 commit comments