From d74db3fa5a1c179faaef351f7ef2891b4a39527f Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 2 Dec 2024 19:27:53 +0000 Subject: [PATCH] chore: clarify subdomain behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index debfd3c..13cd9d7 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Click on "Add port": ![Workspace information dialog when adding a new port](/docs/screenshots/workspace-info-dialog-adding-port.png) -For "subdomain", enter a subdomain that you want to forward the port to. For example, you can forward port 80 to the `web` subdomain. Port 80 of the workspace is now accessible via `web.myhost.com`, where `myhost.com` is where you are hosting tesseract. +For "subdomain", enter a subdomain that you want to forward the port to. For example, you can forward port 80 to the `web` subdomain. Port 80 of the workspace is now accessible via `*.web.myhost.com`, where `myhost.com` is where you are hosting tesseract. ### SSH access