Skip to content

Commit

Permalink
docs - fix broken links on sandboxes - front proxy (#533)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Mannion <[email protected]>
  • Loading branch information
tekumara authored and mattklein123 committed Mar 10, 2018
1 parent 91e0504 commit 96bfef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/root/start/sandboxes/front_proxy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ All incoming requests are routed via the front envoy, which is acting as a rever
the edge of the ``envoymesh`` network. Port ``80`` is mapped to port ``8000`` by docker compose
(see :repo:`/examples/front-proxy/docker-compose.yml`). Moreover, notice
that all traffic routed by the front envoy to the service containers is actually routed to the
service envoys (routes setup in :repo:`/examples/front-proxy/front-envoy.json`). In turn the service
service envoys (routes setup in :repo:`/examples/front-proxy/front-envoy.yaml`). In turn the service
envoys route the request to the flask app via the loopback address (routes setup in
:repo:`/examples/front-proxy/service-envoy.json`). This setup
:repo:`/examples/front-proxy/service-envoy.yaml`). This setup
illustrates the advantage of running service envoys collocated with your services: all requests are
handled by the service envoy, and efficiently routed to your services.

Expand Down

0 comments on commit 96bfef4

Please sign in to comment.