Fix formatting for ingress.html (#674)

This commit is contained in:
Martin Taillefer 2017-10-19 09:55:15 -07:00 committed by GitHub
parent 7617c34281
commit 546b81e568
1 changed files with 9 additions and 12 deletions

View File

@ -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