add line break after ```

"```server" is treated as a code block with the language of `server`, thus hiding it from the rendered code block
This commit is contained in:
Elina
2024-03-22 19:51:26 +05:00
committed by GitHub
parent 90ff4619e5
commit b105d26242

View File

@@ -57,7 +57,8 @@ git clone https://github.com/steveseguin/vdo.ninja
To keep things easy, Steve generally recommends using Cloudflare to provide caching and SSL, but you can google `Certbot` for another free SSL option. The below NGINX config assumes you are using Cloudflare's flexible SSL option, which is the simpliest way to get started. You'll need to also add the VDO.Ninja code to the /var/www/html/vdo.ninja folder (or whatever you set it to) and modify the port/SSL/domain-name settings as needed.
```server {
```
server {
listen 80;
listen [::]:80;