From 0214a460f792330ac5c130ea164effea7da1a649 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 9 Sep 2019 16:44:45 -0600 Subject: [PATCH] Fix formatting --- v2:-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index d447ac8..37126da 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -1380,7 +1380,7 @@ A highly flexible and configurable multi-host reverse proxy with load balancing, Transport modules: -- **HTTP**: The HTTP transport module is the default, and sane parameters are used if not explicitly configured. +**HTTP**: The HTTP transport module is the default, and sane parameters are used if not explicitly configured. ```json { @@ -1434,7 +1434,7 @@ Transport modules: - `write_buffer_size`: Size of the write buffer in bytes. -- **FastCGI**: The FastCGI transport module is often used to proxy requests to PHP backends like php-fpm. +**FastCGI**: The FastCGI transport module is often used to proxy requests to PHP backends like php-fpm. ```json {