From 03a432d115c224b72d1d8a2bf4459af012ca19a1 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 9 Mar 2022 13:56:22 -0700 Subject: [PATCH] loopback -> local --- src/docs/markdown/caddyfile/directives/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/tls.md b/src/docs/markdown/caddyfile/directives/tls.md index af52cc3..96d9859 100644 --- a/src/docs/markdown/caddyfile/directives/tls.md +++ b/src/docs/markdown/caddyfile/directives/tls.md @@ -211,7 +211,7 @@ Get certificates by making an HTTP(S) request. The response must have a 200 stat ... http ``` -- **url** is the fully-qualified URL to which to make the request. It is strongly advised that this be a loopback endpoint for performance reasons. +- **url** is the fully-qualified URL to which to make the request. It is strongly advised that this be a local endpoint for performance reasons.