From b847b28561e8fee9db9cb2ea720708dec1324177 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Mon, 10 Dec 2018 10:13:44 -0500 Subject: [PATCH 1/2] Add note about firewall rules --- docs/websites/hosting-a-website-ubuntu-18-04/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/websites/hosting-a-website-ubuntu-18-04/index.md b/docs/websites/hosting-a-website-ubuntu-18-04/index.md index 988aa35ebc4..b6c8488265b 100644 --- a/docs/websites/hosting-a-website-ubuntu-18-04/index.md +++ b/docs/websites/hosting-a-website-ubuntu-18-04/index.md @@ -318,6 +318,10 @@ It's a good idea to test your website(s) before you add the DNS records. This is 1. Enter your Linode's IP address in a web browser (e.g., type `http://192.0.2.0` in the address bar, replacing the example IP address with your own). Your website should load in the web browser. + {{< note >}} + If you have configured a firewall on your Linode, ensure your firewall rules allow traffic to your Apache web server. For more informatino on configuring firewall rules on Ubuntu, see [How to Configure a Firewall with UFW](/docs/security/firewalls/configure-firewall-with-ufw/). + {{}} + 1. If you plan on hosting multiple websites, you can test the virtual hosts by editing the `hosts` file on your local computer. Check out the [Previewing Websites Without DNS](/docs/networking/dns/previewing-websites-without-dns/) guide for more information. 1. Test the name-based virtual hosts by entering the domain names in the address bar of the web browser on a local device. Your websites should load in the web browser. From a564353c814014f1fa2e08d476a9785f5ac89f06 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Mon, 10 Dec 2018 10:20:25 -0500 Subject: [PATCH 2/2] Fix spelling error --- docs/websites/hosting-a-website-ubuntu-18-04/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/websites/hosting-a-website-ubuntu-18-04/index.md b/docs/websites/hosting-a-website-ubuntu-18-04/index.md index b6c8488265b..380a969dd5a 100644 --- a/docs/websites/hosting-a-website-ubuntu-18-04/index.md +++ b/docs/websites/hosting-a-website-ubuntu-18-04/index.md @@ -319,7 +319,7 @@ It's a good idea to test your website(s) before you add the DNS records. This is 1. Enter your Linode's IP address in a web browser (e.g., type `http://192.0.2.0` in the address bar, replacing the example IP address with your own). Your website should load in the web browser. {{< note >}} - If you have configured a firewall on your Linode, ensure your firewall rules allow traffic to your Apache web server. For more informatino on configuring firewall rules on Ubuntu, see [How to Configure a Firewall with UFW](/docs/security/firewalls/configure-firewall-with-ufw/). + If you have configured a firewall on your Linode, ensure your firewall rules allow traffic to your Apache web server. For more information on configuring firewall rules on Ubuntu, see [How to Configure a Firewall with UFW](/docs/security/firewalls/configure-firewall-with-ufw/). {{}} 1. If you plan on hosting multiple websites, you can test the virtual hosts by editing the `hosts` file on your local computer. Check out the [Previewing Websites Without DNS](/docs/networking/dns/previewing-websites-without-dns/) guide for more information.