From 22299f84d39c26dd661a217809ae3174ccfaf4eb Mon Sep 17 00:00:00 2001
From: Luke Smith
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.
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