Skip to content

Commit 3a4e67a

Browse files
authored
Update overview.md
1 parent 1d31062 commit 3a4e67a

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

docs/book/v1/virtualhosts/overview.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@
22

33
Virtualhosts allow developers to host multiple applications on their local system.
44

5-
Using this tool, you configure a virtualhost for each of your applications, and it will create them so that you can
6-
start working with them.
5+
Using this tool, you configure a virtualhost for each of your applications, and it will create them so that you can start working with them.
76

87
**Example**:
98

10-
- `api.dotkernel.localhost`: this could be the endpoint where you host your website's API
11-
- `frontend.dotkernel.localhost`: this could be domain you host your website's frontend that will consume the API
9+
* `api.dotkernel.localhost`: this could be the endpoint where you host your website's API
10+
* `frontend.dotkernel.localhost`: this could be domain you host your website's frontend that will consume the API
1211

1312
In the above example, the URLs are built like this:
1413

15-
- the subdomain is the identifier of your application (`api`/`frontend`)
16-
- the domain is the identifier of your project (`dotkernel`)
17-
- the TLD sends the requests to localhost where Apache will route them to their real location
14+
* the subdomain is the identifier of your application (`api`/`frontend`)
15+
* the domain is the identifier of your project (`dotkernel`)
16+
* the TLD sends the requests to localhost where Apache will route them to their real location
1817

19-
## Note
20-
> By using the pattern `*.localhost` for any new virtualhost, you do not need to modify the `hosts` file in Windows,
21-
> because these are routed by default.
18+
> 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.

0 commit comments

Comments
 (0)