From b2ccead4101dac6d13ce9583084e7de5168fdd83 Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Fri, 2 Sep 2022 10:45:04 +0200 Subject: [PATCH] Fix doc image reference --- doc/sources/admin/configvhost.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/sources/admin/configvhost.rst b/doc/sources/admin/configvhost.rst index 5b829a75e..3009b178b 100644 --- a/doc/sources/admin/configvhost.rst +++ b/doc/sources/admin/configvhost.rst @@ -457,11 +457,13 @@ A virtual host contains: Wildcards in hostnames ---------------------- -|image0| Since 2.0, a wildcard can be used in virtualhost name (not in +A wildcard can be used in virtualhost name (not in aliases !): ``*.example.com`` matches all hostnames that belong to -``example.com`` domain. Version 2.0.9 improves this and allows better -wildcards such as ``test-*.example.com`` or ``test-%.example.com``. The -``%`` wilcard doesn't match subdomains. +``example.com`` domain. + +.. versionchanged:: 2.0.9 + You can now use wildcards of the form ``test-*.example.com`` or + ``test-%.example.com``. The ``%`` wilcard doesn't match subdomains. Even if a wildcard exists, if a VirtualHost is explicitly declared, this rule will be applied. Example with precedence order for test.sub.example.com: