From bfdcbc67bdfa9fc16c3682820925948726df586d Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Thu, 22 Feb 2024 10:02:49 -0800 Subject: [PATCH] `caddy.md`/`nginx-mainline.md`: s/build-in/built-in --- docs/guides/web/caddy.md | 2 +- docs/guides/web/nginx-mainline.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/web/caddy.md b/docs/guides/web/caddy.md index ef3529551b..10ac976891 100644 --- a/docs/guides/web/caddy.md +++ b/docs/guides/web/caddy.md @@ -58,7 +58,7 @@ sudo dnf install -y caddy If you try to view a web page at your machine’s IP address or domain name from another computer, you will probably get nothing. That will be the case if you have a firewall up and running. -To open up the necessary ports to actually "see" your web pages, you will use Rocky Linux's build-in firewall, `firewalld`. The `firewalld` command for doing this is `firewall-cmd`. +To open up the necessary ports to actually "see" your web pages, you will use Rocky Linux's built-in firewall, `firewalld`. The `firewalld` command for doing this is `firewall-cmd`. To open up the `http` and `https` services, the services that handles web pages, run: diff --git a/docs/guides/web/nginx-mainline.md b/docs/guides/web/nginx-mainline.md index 3d75c0eca6..f890c49e3c 100644 --- a/docs/guides/web/nginx-mainline.md +++ b/docs/guides/web/nginx-mainline.md @@ -101,7 +101,7 @@ From there, you could just start dropping HTML files into the `/usr/share/nginx/ If you try to view a web page at your machine’s IP address or domain name from another computer, you’re probably going to get nothing. Well, that’ll be the case as long as you have a firewall up and running. -To open up the necessary ports so that you can actually "see" your web pages, we will use Rocky Linux's build-in firewall, `firewalld`. The `firewalld` command for doing this is `firewall-cmd`. There are two ways to do it: the official and manual. *In this instance, the official way is best,* but you should know both for future reference. +To open up the necessary ports so that you can actually "see" your web pages, we will use Rocky Linux's built-in firewall, `firewalld`. The `firewalld` command for doing this is `firewall-cmd`. There are two ways to do it: the official and manual. *In this instance, the official way is best,* but you should know both for future reference. The official way opens up the firewall to the `http` service, which is of course the service that handles web pages. Just run this: