summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-merchant-manual.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 37af9b0b..9c52cd2a 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -1033,7 +1033,7 @@ each instance:
Apache
^^^^^^
-For Apache, you should first enable "mod_rewrite":
+For Apache, you should first enable ``mod_rewrite``:
.. code-block:: console
@@ -1051,10 +1051,10 @@ Then, you can restrict to an access control token using:
ProxyPass "unix:/some/path/here.sock|http://example.com/"
</Location>
-Here, "SECURITYTOKEN" should be replaced with the actual shared secret. Note
-that the "(.+)" ensures that the above matches all endpoints that include the
-string "/private/". If you only run a single instance, you could simply
-specify "/private/" without the "~" to only configure the access policy for
+Here, ``SECURITYTOKEN`` should be replaced with the actual shared secret. Note
+that the ``(.+)`` ensures that the above matches all endpoints that include the
+string ``/private/``. If you only run a single instance, you could simply
+specify ``/private/`` without the ``~`` to only configure the access policy for
the default instance.
If you are running different instances on the same backend, you