missing comma in tcp_proxy_filter.rst json (#236)

Signed-off-by: Shriram Rajagopalan <shriram@us.ibm.com>
pull/239/head
Shriram Rajagopalan 8 years ago committed by htuch
parent 2ac14b4d95
commit cb6f0f42bf
  1. 4
      docs/root/configuration/network_filters/tcp_proxy_filter.rst

@ -11,8 +11,8 @@ TCP proxy :ref:`architecture overview <arch_overview_tcp_proxy>`.
"name": "tcp_proxy",
"config": {
"stat_prefix": "...",
"route_config": "{...}"
"access_log": "[]"
"route_config": "{...}",
"access_log": []
}
}

Loading…
Cancel
Save