Skip to content

Commit ac76227

Browse files
committed
fix CI
Signed-off-by: Loong <[email protected]>
1 parent d55169f commit ac76227

File tree

1 file changed

+3
-1
lines changed
  • docs/root/configuration/other_features

1 file changed

+3
-1
lines changed

docs/root/configuration/other_features/dlb.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,20 @@ Create a config file to make Envoy listen 10000 port as proxy, the upstream serv
5050
Run the upstream service:
5151

5252
.. code-block:: bash
53+
5354
$ docker run -d -p 12000:80 nginx
5455

5556
Run Envoy with dlb enabled:
5657

5758
.. code-block:: bash
59+
5860
$ ./envoy --concurrency 2 -c dlb-config.yaml
5961

6062
Test:
6163

6264
.. code-block:: bash
65+
6366
$ curl localhost:10000
64-
```
6567

6668
You should get output from Nginx like below:
6769
.. code-block:: text

0 commit comments

Comments
 (0)