diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-05 09:33:36 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-05 09:33:36 -0400 |
| commit | 22299f84d39c26dd661a217809ae3174ccfaf4eb (patch) | |
| tree | 588a1440873524b3172e31c517366e8b15a1e043 /nginx.html | |
| parent | 935d9d26748281437157cffc10e949382f39b9d3 (diff) | |
spell form
Diffstat (limited to 'nginx.html')
| -rw-r--r-- | nginx.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |
