diff --git a/docs/deployment/cloudflare.md b/docs/deployment/cloudflare.md index 64de3f986..b3c3d18c3 100644 --- a/docs/deployment/cloudflare.md +++ b/docs/deployment/cloudflare.md @@ -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) diff --git a/docs/deployment/linode.md b/docs/deployment/linode.md index 892d7bee1..58d89bb40 100644 --- a/docs/deployment/linode.md +++ b/docs/deployment/linode.md @@ -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`.