Skip to content

Commit

Permalink
doc: fix version for grpc proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Dec 8, 2018
1 parent 6f371e9 commit 01d7561
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/feature/grpc-proxy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "GRPC Proxy"
since: "1.5.10"
since: "1.5.11"
---

fabio can run a transparent GRPC proxy which dynamically forwards an incoming
Expand All @@ -27,10 +27,10 @@ validation for a target set the `tlsskipverify=true` option.
```
urlprefix-/foo proto=grpcs
urlprefix-/foo proto=grpcs tlsskipverify=true
```
```

For TLS upstream servers (when using the consul registry) fabio will direct your traffic to an advertised service IP. If your service certificate does not contain an IP SAN, the certificate verification will fail. You can set the override the server name in the tls config by setting `grpcservername=<servername>` in the `urlprefix-` tag.

```
urlprefix-/ proto=grpcs grpcservername=my.service.hostname
```
```

0 comments on commit 01d7561

Please sign in to comment.