taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f3b6f31d52269eae90f195a8b899eee85443ebb5
parent 7d57b712239ee2bc450bde4108303e2b768cf6f4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon,  8 Feb 2021 03:46:05 -0500

add markup (five instances)

Diffstat:
Mtaler-merchant-manual.rst | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 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