From 49e7e6eb9f35071d3cc875848b6675b8e21a13fa Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Thu, 3 Sep 2015 09:50:07 -0700 Subject: [PATCH] docs: insert whitespace Fixes the rendering of this page on https://coreos.com/etcd/docs/2.1.0/proxy.html --- Documentation/proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/proxy.md b/Documentation/proxy.md index 5f8635d8e..d8e81c61e 100644 --- a/Documentation/proxy.md +++ b/Documentation/proxy.md @@ -17,6 +17,7 @@ The proxy will be listening on `listen-client-urls` and forward requests to the #### Start an etcd proxy with a static configuration To start a proxy that will connect to a statically defined etcd cluster, specify the `initial-cluster` flag: + ``` etcd -proxy on -listen-client-urls http://127.0.0.1:8080 -initial-cluster infra0=http://10.0.1.10:2380,infra1=http://10.0.1.11:2380,infra2=http://10.0.1.12:2380 ```