From f3b6f31d52269eae90f195a8b899eee85443ebb5 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 8 Feb 2021 03:46:05 -0500 Subject: add markup (five instances) --- taler-merchant-manual.rst | 10 +++++----- 1 file 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/" -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 -- cgit v1.2.3