Documentation: fix markdown rendering

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
Michael Opdenacker 2019-09-26 11:19:02 +02:00
parent 1beb093e64
commit 0095f1d0b8

View file

@ -185,9 +185,9 @@ systemctl start httpd
At Bootlin, we're using the Varnish http cache (https://varnish-cache.org/)
as a front-end to reduce the load on the server running the Elixir code.
+-------------+ +---------------+ +-----------------------+
| Http client | ------------> | Varnish cache | ------------> | Apache running Elixir |
+-------------+ +---------------+ +-----------------------+
+-------------+ +---------------+ +-----------------------+
| Http client | --------> | Varnish cache | --------> | Apache running Elixir |
+-------------+ +---------------+ +-----------------------+
## Building Docker images