From 01d756174fd2af1ef0d044c6e5abf098c4b95032 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Sun, 9 Dec 2018 00:06:30 +0100 Subject: [PATCH] doc: fix version for grpc proxy --- docs/content/feature/grpc-proxy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/feature/grpc-proxy.md b/docs/content/feature/grpc-proxy.md index e2e597a2c..b38730910 100644 --- a/docs/content/feature/grpc-proxy.md +++ b/docs/content/feature/grpc-proxy.md @@ -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 @@ -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=` in the `urlprefix-` tag. ``` urlprefix-/ proto=grpcs grpcservername=my.service.hostname -``` \ No newline at end of file +```