From 4735eb0250a2b2cb10a74617202433ee626e78ac Mon Sep 17 00:00:00 2001 From: silence2014 Date: Wed, 22 May 2024 11:13:01 +0800 Subject: [PATCH] doc: fixed description of get_upstreams() get_upstreams() actually get implicit upstream created by proxy_pass, but doc said that was excluded. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6383c3..c791cb5 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ get_upstreams Get a list of the names for all the named upstream groups (i.e., explicit `upstream {}` blocks). -Note that implicit upstream groups created by `proxy_pass` and etc are excluded. +Note that implicit upstream groups created by `proxy_pass` and etc are included. [Back to TOC](#table-of-contents)