This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.8 by this push:
new 7fa4ceff41e [doc][proxy] Fix typo in "Document how to mitigate
CVE-2022-24280"
7fa4ceff41e is described below
commit 7fa4ceff41e3ffaffb38b3523c6180d0274e58c0
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 704c84a6e1d..0cd8ee87065 100644
--- a/site2/docs/administration-proxy.md
+++ b/site2/docs/administration-proxy.md
@@ -88,7 +88,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