fix: formatting and typo in howto publish website without librepages
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2022-10-04 16:47:24 +05:30
parent 8cfecd1ede
commit d28d33052f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ $ curl localhost
@ A 300 <your server IP address>
```
#### 2.2.3) Setup `nginx` to serve the website at `http://<your-domain.`
#### 2.2.3) Setup `nginx` to serve the website at `http://<your-domain>`
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