Skip to content

Commit 2f3d752

Browse files
committed
Improve middleware docs
1 parent a9d4da7 commit 2f3d752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/keyconcepts/middleware.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ By default, Hoverfly binds its Admin and Proxy ports to the loopback interface o
7474
- Run Hoverfly only on trusted/private networks.
7575
- Restrict access to the Admin API to trusted callers and networks (e.g., via firewalls, security groups, VPNs, reverse proxy ACLs).
7676
- Prefer binding to localhost unless there is a strong need to expose it, and scope exposure to the minimum required interfaces.
77-
- Enable authentication if appropriate and avoid exposing the Admin port publicly.
77+
- :ref:`proxyauth` if appropriate and avoid exposing the Admin port publicly.
7878

7979
The guidance above applies whether you configure middleware as a local executable/script or as HTTP middleware.

0 commit comments

Comments
 (0)