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