diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:44:44 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:44:44 -0500 |
commit | 7d57b712239ee2bc450bde4108303e2b768cf6f4 (patch) | |
tree | 4796c8fc6976c26bc4a99d0635d96e00efc40e30 | |
parent | ef9126db3d6ca07a63b6036fec233675d80d7f62 (diff) | |
download | docs-7d57b712239ee2bc450bde4108303e2b768cf6f4.tar.gz docs-7d57b712239ee2bc450bde4108303e2b768cf6f4.tar.bz2 docs-7d57b712239ee2bc450bde4108303e2b768cf6f4.zip |
add markup (five instances)
-rw-r--r-- | taler-merchant-manual.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index c3cdada..37af9b0 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 |