diff options
| author | Luke Smith <Luke Smith> | 2022-06-27 22:06:51 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-06-27 22:06:51 -0400 |
| commit | 98fa01c53248997fa5820680e32490467cee5773 (patch) | |
| tree | 99295505cbf14519174180dbae0afb8dbb0ddbe8 /content/basic | |
| parent | d7fbeb09409388ab474035042bd312c7c9a446a1 (diff) | |
fix #197
Diffstat (limited to 'content/basic')
| -rw-r--r-- | content/basic/nginx.md | 4 | ||||
| -rw-r--r-- | content/basic/server.md | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/content/basic/nginx.md b/content/basic/nginx.md index 47a08c1..fb8f15a 100644 --- a/content/basic/nginx.md +++ b/content/basic/nginx.md @@ -20,7 +20,7 @@ Now on Vultr\'s site, you can click on your VPS and you will see that there is an area that shows you the password for your server at the bottom here. - +{{< img alt="Find your password" src="/pix/nginx-password.png" link="/pix/nginx-password.png" >}} Now pull up a terminal and type: @@ -206,7 +206,7 @@ date](maintenance.html#update) to get the latest security fixes! At this point you can now type in your website in your browser and this webpage will appear! - +{{< img alt="The webpage as it appears." src="/pix/nginx-website.png" link="/pix/nginx-website.png" >}} Note the \"Not secure\" notification. The next brief step is securing encrypted connections to your website. diff --git a/content/basic/server.md b/content/basic/server.md index e68af8f..6b6e233 100644 --- a/content/basic/server.md +++ b/content/basic/server.md @@ -47,8 +47,7 @@ your audience might be, but if you host a server in Singapore for an American audience, they won\'t have to be waiting a perceptibly longer time to load the site. -[](pix/server-location.png) +{{< img alt="Pick your servers's location" src="/pix/server-location.png" link="/pix/server-location.png" >}} **Some locations might have different abilities and plans than others. For example, in Vultr, their New York location has optional DDOS |
