From 89d2ca9efa596d6e58124cad90562b82481ec5ae Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Tue, 21 May 2024 15:13:12 +0800 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index d54b8fd..c46e6ef 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -39,7 +39,7 @@ If no, please make sure your Static Web server is enabled and the default site i If everything is working, once you enter your domain name into your browser and connect to it using HTTP (e.g. `http://you_domain.com`), you should be able to see the static web server page identical as what you would see when visiting your server via LAN IP address (e.g. http://server_ip_here/`) ## 5. Setting Up Subdomain -Let say you have another web server in LAN with LAN IP `192.168.0.101` providing another web server at port `8080` which you want to expose using subdomain (e.g. http://arozos.your_domain.com). Also lets assume you already have a subdomain CNAME record set in your DNS provider that points to the A record of your domain which looks something like this +Let say you have another web server in LAN with LAN IP `192.168.0.101` providing another web server at port `8080` which you want to expose using subdomain (e.g. http://arozos.example.com). Also lets assume you already have a subdomain CNAME record set in your DNS provider that points to the A record of your domain which looks something like this Name | Type | Data | TTL | Class -- | -- | -- | -- | -- example.com | A | 93.184.216.34 | 86400 | IN