1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-21 15:33:21 +03:00

Fixed typo in PathRegexp explanation

This commit is contained in:
BreadInvasion
2024-05-15 04:20:04 -04:00
committed by GitHub
parent c2c1c3e09e
commit 5f2c00b438

View File

@@ -368,7 +368,7 @@ Path are always starting with a `/`, except for `PathRegexp`.
[case-insensitively](https://en.wikipedia.org/wiki/Case_sensitivity):
```yaml
HostRegexp(`(?i)^/products`)
PathRegexp(`(?i)^/products`)
```
#### Query and QueryRegexp