mirror of https://github.com/istio/istio.io.git
Fix formatting for ingress.html (#674)
This commit is contained in:
parent
7617c34281
commit
546b81e568
|
|
@ -96,9 +96,7 @@ rules.
|
||||||
httpStatus: 403 #Forbidden for all URLs
|
httpStatus: 403 #Forbidden for all URLs
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
2. Now, allow requests to `/status/` prefix by defining a route rule of
|
||||||
|
|
||||||
Now, allow requests to `/status/` prefix by defining a route rule of
|
|
||||||
higher priority.
|
higher priority.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -125,7 +123,6 @@ rules.
|
||||||
- weight: 100
|
- weight: 100
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
You can use other features of the route rules such as redirects,
|
You can use other features of the route rules such as redirects,
|
||||||
rewrites, regular expression based match in HTTP headers, websocket
|
rewrites, regular expression based match in HTTP headers, websocket
|
||||||
upgrades, timeouts, retries, and so on. Please refer to the
|
upgrades, timeouts, retries, and so on. Please refer to the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue