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

@ -21,7 +21,7 @@
(in the Name section, if you use @ it will use you main domain, but if you want to use a subdomain write it in the Name section)
- For example: if you want to acces with chat.yourdomain.com just set in the Name section `chat`
**NOTE:** You have to set yourdomain.com the same way in both ngnix-proxy-manager and the Cloudflare records. So, if you have set it in the records as chat.yourdomain.com, you will also need to set chat.yourdomain.com in ngnix-proxy-manager."
**NOTE:** You have to set yourdomain.com the same way in both nginx-proxy-manager and the Cloudflare records. So, if you have set it in the records as chat.yourdomain.com, you will also need to set chat.yourdomain.com in nginx-proxy-manager."
## Cloudflare Zero Trust extra protection (optional)

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`.