Documentation: fix markdown rendering
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
parent
1beb093e64
commit
0095f1d0b8
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue