Invalid syntax in Envoy configuration docs. (#5275)

pull/5280/head
Gabriel Pérez S 2019-01-28 15:58:29 +01:00 committed by Matt Keeler
parent a2fdfb917d
commit 80325189fc
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
{