This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.11 by this push:
new 1c63ee37cfe [doc][proxy] Fix typo in "Document how to mitigate
CVE-2022-24280"
1c63ee37cfe is described below
commit 1c63ee37cfe55e3aa9b18f64ad60bdc8ecb2b5fb
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Sep 23 21:28:12 2022 +0300
[doc][proxy] Fix typo in "Document how to mitigate CVE-2022-24280"
---
site2/docs/administration-proxy.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/site2/docs/administration-proxy.md
b/site2/docs/administration-proxy.md
index 03776508971..143a9bb4216 100644
--- a/site2/docs/administration-proxy.md
+++ b/site2/docs/administration-proxy.md
@@ -94,7 +94,6 @@ brokerProxyAllowedIPAddresses=10.0.0.0/8
Example: limiting by multiple host name patterns and multiple ip address
ranges in a `proxy.conf` file for host deployment.
```properties
-```properties
# require "broker" in host name
brokerProxyAllowedHostNames=*broker*.localdomain,*broker*.otherdomain
# limit target ip addresses to a specific network or range demonstrating
multiple supported formats