summaryrefslogtreecommitdiff
path: root/nginx.html
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.html')
-rw-r--r--nginx.html8
1 files changed, 4 insertions, 4 deletions
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 <strong>Debian 10</strong>.
In this article, other distributions might work a little differently.</p>
- <h2>Logging in the the server</h2>
+ <h2>Logging in to the server</h2>
<p>
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:
</p>
- <pre><code>ssh root@<strong>yourdomain.com</strong></code></pre>
+ <pre><code>ssh root@<strong>example.org</strong></code></pre>
<p>
This command will attempt to log into your server.
@@ -44,7 +44,7 @@
<p>
If you get an error here, you might not have done your <a href="dns.html">DNS settings</a> right.
Double check those.
- Note you can also replace the <code>yourdomain.com</code> with your IP address, but you'll want to fix your DNS settings soon.
+ Note you can also replace the <code>example.org</code> with your IP address, but you'll want to fix your DNS settings soon.
</p>
</aside>
@@ -190,7 +190,7 @@ Now we can just <code>reload</code> or <code>restart</code> to make <code>nginx<
<p>
Vultr and some other VPS automatically install and enable <code>ufw</code>, 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 <code>ufw</code> installed, you can skip this section.
</p>