docs: fix typo "nginx" (#1116)

* Update linode.md

* Update cloudflare.md
This commit is contained in:
Marco Beretta 2023-10-29 15:56:21 +01:00 committed by GitHub
parent 5cafe0900c
commit c878289adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -30,8 +30,8 @@ if you want, you can use NGINX, Apache, or any other proxy manager.
- create a folder
```
mkdir ngnix-proxy-manager
cd ngnix-proxy-manager
mkdir nginix-proxy-manager
cd nginix-proxy-manager
```
- Create a file named `docker-compose.yml` by running `nano docker-compose.yml`.