From d165eae45b37e16c9253031565ab3b7b97e55814 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Thu, 12 Sep 2024 13:06:49 +0300 Subject: [PATCH] Update overview.md --- docs/book/v1/virtualhosts/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book/v1/virtualhosts/overview.md b/docs/book/v1/virtualhosts/overview.md index 7de6a51..eae3d25 100644 --- a/docs/book/v1/virtualhosts/overview.md +++ b/docs/book/v1/virtualhosts/overview.md @@ -17,5 +17,6 @@ In the above example, the URLs are built like this: - the TLD sends the requests to localhost where Apache will route them to their real location ## Note + > By using the pattern `*.localhost` for any new virtualhost, you do not need to modify the `hosts` file in Windows, > because these are routed by default.