From 22299f84d39c26dd661a217809ae3174ccfaf4eb Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Jul 2021 09:33:36 -0400 Subject: spell form --- nginx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nginx.html') diff --git a/nginx.html b/nginx.html index c6a60ae..954c4aa 100644 --- a/nginx.html +++ b/nginx.html @@ -16,7 +16,7 @@ As I said in previous articles, the instructions I will give will be for Debian 10. In this article, other distributions might work a little differently.

-

Logging in the the server

+

Logging in to the server

We first want to log into our VPS to get a command prompt where we can set up the web server. @@ -33,7 +33,7 @@ Now pull up a terminal and type:

-
ssh root@yourdomain.com
+
ssh root@example.org

This command will attempt to log into your server. @@ -44,7 +44,7 @@

If you get an error here, you might not have done your DNS settings right. Double check those. - Note you can also replace the yourdomain.com with your IP address, but you'll want to fix your DNS settings soon. + Note you can also replace the example.org with your IP address, but you'll want to fix your DNS settings soon.

@@ -190,7 +190,7 @@ Now we can just reload or restart to make nginx<

Vultr and some other VPS automatically install and enable ufw, a firewall program. -This will block bacsically everything by default, so we have to change that. +This will block basically everything by default, so we have to change that. If you don't have ufw installed, you can skip this section.

-- cgit v1.2.3