From d28d33052f50fa6bba69979a4ea3cedb1d702f27 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 4 Oct 2022 16:47:24 +0530 Subject: [PATCH] fix: formatting and typo in howto publish website without librepages --- .../_2022-09-10-how-to-publish-website-without-librepages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md b/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md index 337c411..a4694dc 100644 --- a/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md +++ b/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md @@ -290,7 +290,7 @@ $ curl localhost @ A 300 ``` -#### 2.2.3) Setup `nginx` to serve the website at `http://` Open `/etc/nginx/sites-available/your-domain` and add the following: @@ -363,7 +363,7 @@ warnings on your website. Thankfully, there is a way to automate this process through [`certbot`](https://certbot.eff.org/) -#### 2.3.1) Install `certbot`: +#### 2.3.1) Install `certbot` ```bash $ sudo apt install certbot python3-certbot-nginx