diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-08-20 04:30:55 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-08-20 04:30:55 -0600 |
commit | 7dbd759ce1546acedafbad23f668267615f2ee59 (patch) | |
tree | 7854128acab59eeebad0753f80df2982bc565809 /live/blog/a/website_with_nginx.html | |
parent | 1aebf76c85ecadda9241bdf515750caa8164213c (diff) |
add yourls usage
Diffstat (limited to 'live/blog/a/website_with_nginx.html')
-rw-r--r-- | live/blog/a/website_with_nginx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/live/blog/a/website_with_nginx.html b/live/blog/a/website_with_nginx.html index 7a5b24f..5c50c4f 100644 --- a/live/blog/a/website_with_nginx.html +++ b/live/blog/a/website_with_nginx.html @@ -120,7 +120,7 @@ systemctl enable nginx.service systemctl start nginx.service </code></pre> <p>And that’s it, at this point you can already look at the default initial page of Nginx if you enter the IP of your server in a web browser. You should see something like this:</p> -<figure id="__yafg-figure-2"> +<figure id="__yafg-figure-3"> <img alt="Nginx welcome page" src="https://static.luevano.xyz/images/b/nginx/nginx_welcome_page.png" title="Nginx welcome page"> <figcaption>Nginx welcome page</figcaption> </figure> @@ -187,7 +187,7 @@ cd sites-available systemctl restart nginx </code></pre> <p>If everything goes correctly, you can now go to your website by typing <code>domain.name</code> on a web browser. But you will see a “404 Not Found” page like the following (maybe with different Nginx version):</p> -<figure id="__yafg-figure-3"> +<figure id="__yafg-figure-4"> <img alt="Nginx 404 Not Found page" src="https://static.luevano.xyz/images/b/nginx/nginx_404_page.png" title="Nginx 404 Not Found page"> <figcaption>Nginx 404 Not Found page</figcaption> </figure> |