fix: formatting and typo in howto publish website without librepages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8cfecd1ede
commit
d28d33052f
1 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@ $ curl localhost
|
||||||
@ A 300 <your server IP address>
|
@ 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:
|
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
|
Thankfully, there is a way to automate this process through
|
||||||
[`certbot`](https://certbot.eff.org/)
|
[`certbot`](https://certbot.eff.org/)
|
||||||
|
|
||||||
#### 2.3.1) Install `certbot`:
|
#### 2.3.1) Install `certbot`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt install certbot python3-certbot-nginx
|
$ sudo apt install certbot python3-certbot-nginx
|
||||||
|
|
Loading…
Reference in a new issue