Invalid syntax in Envoy configuration docs. (#5275)

This commit is contained in:
Gabriel Pérez S 2019-01-28 15:58:29 +01:00 committed by Matt Keeler
parent b7a1a9fcf3
commit 945f4f355e
1 changed files with 2 additions and 2 deletions

View File

@ -196,8 +196,8 @@ service {
name = "web-http-aware-proxy"
port = 8080
proxy {
destination_service_name web
destination_service_id web
destination_service_name = "web"
destination_service_id = "web"
config {
envoy_public_listener_json = <<EOL
{