From 79f6d3550a14cacadacbb47d1d1ccf9d06f73158 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 4 Jan 2022 22:31:45 +0000 Subject: update ngnix reverse-proxy example (#11680) this should not be a case-insensitive match. --- changelog.d/11680.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/11680.doc (limited to 'changelog.d/11680.doc') diff --git a/changelog.d/11680.doc b/changelog.d/11680.doc new file mode 100644 index 0000000000..09399ad9d0 --- /dev/null +++ b/changelog.d/11680.doc @@ -0,0 +1 @@ +Correct the documentation for `nginx` to use a case-sensitive url pattern. Fixes an error introduced in v1.21.0. -- cgit 1.5.1