From c878289adce0e0519c7b3f31c48d6a8512cc2a17 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+Berry-13@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:56:21 +0100 Subject: [PATCH] docs: fix typo "nginx" (#1116) * Update linode.md * Update cloudflare.md --- docs/deployment/cloudflare.md | 2 +- docs/deployment/linode.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deployment/cloudflare.md b/docs/deployment/cloudflare.md index 64de3f986b..b3c3d18c35 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 892d7bee1d..58d89bb40d 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`.