commit bb994423d1b62925900d572d43457465129c3c40
parent 7776d7d975c3dee13c8545ff81fc53e33b2d158c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 11 Aug 2021 08:24:19 -0400
fix :ref: syntax
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
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
- `reverse proxy <Reverse proxy configuration>`_.
+ :ref:`reverse proxy <Reverse proxy configuration>`.
KUDOS Accounts
@@ -903,7 +903,6 @@ 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
---------------------------