taler-docs

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

commit 4d0b81b404a2557307b4cadcf2ed4af29e01b370
parent bb994423d1b62925900d572d43457465129c3c40
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 11 Aug 2021 08:29:12 -0400

add index entry; use it in the "reverse proxy" link

Diffstat:
Mtaler-merchant-manual.rst | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -786,7 +786,7 @@ it twice, first creating the ``default`` instance, then creating normal ones. instance does not exist (HTTP 404) and the case where access is denied (HTTP 403). This is all moot behind a properly configured - :ref:`reverse proxy <Reverse proxy configuration>`. + :ref:`reverse proxy <reverse-proxy-configuration>`. KUDOS Accounts @@ -903,6 +903,8 @@ host-based firewall to block access to the TCP port of the merchant backend, but this is *not recommended*. Relying on NAT or network firewalls for access control is gross negligence. +.. _reverse-proxy-configuration: + Reverse proxy configuration ---------------------------