taler-docs

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

commit 8de36f56d31b4e5a32c7dba613e11172c312b101
parent f4e9c6caeb8248950ed75cfcb44dcdd0b07ced6b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sun, 22 Nov 2020 03:59:12 -0500

mark up ‘/private/’

Diffstat:
Mtaler-merchant-manual.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -111,7 +111,7 @@ the Taler backend. A typical deployment will additionally include a full-blown Web server (like Apache or Nginx). Such a Web server would be responsible for TLS termination -and access control to the /private/ API endpoints of the merchant backend. +and access control to the ``/private/`` API endpoints of the merchant backend. Please carefully review the section on :ref:`Secure setup <Secure-setup>` before deploying a Taler merchant backend to production.