From 7d57b712239ee2bc450bde4108303e2b768cf6f4 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 8 Feb 2021 03:44:44 -0500 Subject: add markup (five instances) --- taler-merchant-manual.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index c3cdada8..37af9b0b 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -996,10 +996,10 @@ follows: proxy_pass ...; // as above } -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