From b48dba1413303c685ad261173808246269e8e90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Aigreault?= Date: Wed, 24 Jun 2020 11:18:20 +0200 Subject: [PATCH] Update sharing.md with an https example --- docs/client/sharing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/client/sharing.md b/docs/client/sharing.md index 8c4d2a6..d1871f2 100644 --- a/docs/client/sharing.md +++ b/docs/client/sharing.md @@ -41,6 +41,9 @@ expose share http://192.168.2.100 # Will share access to http://my-local-site.dev using a randomly generated subdomain expose share my-local-site.dev + +# Will share access to https://my-local-site.dev using a randomly generated subdomain (note the https) +expose share https://my-local-site.dev ``` ## Share a local site with a given subdomain