commit ef9126db3d6ca07a63b6036fec233675d80d7f62
parent 9bf6456c60f18cb1bde7096c99d9874842e03a30
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 8 Feb 2021 03:42:31 -0500
add markup (four instances)
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -937,8 +937,8 @@ process after changing the ``SERVE`` configuration.
Apache
^^^^^^
-In Apache, make sure you have "mod_proxy", "mod_proxy_http" and
-"mod_headers" enabled:
+In Apache, make sure you have ``mod_proxy``, ``mod_proxy_http`` and
+``mod_headers`` enabled:
.. code-block:: console
@@ -957,7 +957,7 @@ endpoint):
</Location>
Note that the above again assumes your domain name is ``example.com`` and that
-you have TLS configured. Note that you must add the "https" header unless
+you have TLS configured. Note that you must add the ``https`` header unless
your site is not available via TLS.
The above configuration(s) are both incomplete. You must still additionally