diff --git a/docs/guides/server/outgoinghttp.adoc b/docs/guides/server/outgoinghttp.adoc index 7cffd1ae3f..d15d831a44 100644 --- a/docs/guides/server/outgoinghttp.adoc +++ b/docs/guides/server/outgoinghttp.adoc @@ -80,7 +80,7 @@ For example, consider the following regex: [source] ---- -*\.(google|googleapis)\.com +.*\.(google|googleapis)\.com ---- You apply a regex-based hostname pattern by entering this command: