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
|
||||
EOF
|
||||
```
|
||||
|
||||
|
||||
Now, allow requests to `/status/` prefix by defining a route rule of
|
||||
2. Now, allow requests to `/status/` prefix by defining a route rule of
|
||||
higher priority.
|
||||
|
||||
```bash
|
||||
|
|
@ -125,7 +123,6 @@ rules.
|
|||
- weight: 100
|
||||
EOF
|
||||
```
|
||||
|
||||
You can use other features of the route rules such as redirects,
|
||||
rewrites, regular expression based match in HTTP headers, websocket
|
||||
upgrades, timeouts, retries, and so on. Please refer to the
|
||||
|
|
|
|||
Loading…
Reference in New Issue