From e553cbb957903be211b08579cff52c6c8946e0b7 Mon Sep 17 00:00:00 2001 From: Sebastian Schlein Date: Tue, 22 Jun 2021 09:04:22 +0200 Subject: [PATCH] improve server docs --- docs/server/starting-the-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/starting-the-server.md b/docs/server/starting-the-server.md index 8fdfe67..dc2311c 100644 --- a/docs/server/starting-the-server.md +++ b/docs/server/starting-the-server.md @@ -5,7 +5,7 @@ order: 1 # Starting the server -You can host your own custom Expose server in order to make use of your own domain, when sharing your local sites. +Expose is open source and you can host your own Expose server in your own infrastructure. The open source core contains the server and the client but does not include the Expose platform where you can manage your team, reserve subdomains or add custom domains via the web interface. The expose binary that you install via composer contains both the server and the client, so you do not need any additional software for this to work.