summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-merchant-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index b3a4ad9e..c3cdada8 100644
--- 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