This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new e52285173ed Docs sync done from apache/pulsar(#1475505)
e52285173ed is described below
commit e52285173ed80f1c6e6940bb1a3c6d501dcc5962
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Sat Sep 24 00:03:15 2022 +0000
Docs sync done from apache/pulsar(#1475505)
---
site2/website-next/docs/administration-proxy.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/site2/website-next/docs/administration-proxy.md
b/site2/website-next/docs/administration-proxy.md
index 62f9612a5bd..adbe0df1dd3 100644
--- a/site2/website-next/docs/administration-proxy.md
+++ b/site2/website-next/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