From 45690ee0444e72f9810bb0300f4215c706fb83b7 Mon Sep 17 00:00:00 2001 From: Marcel Sinn Date: Thu, 19 Sep 2019 07:55:43 +0200 Subject: [PATCH] Will fix spelling Just read the documentation and found this spelling issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daa5875..611cd9c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ allow 172.16.0.0/12; deny all; ``` -When internal-only access is enabled, external clients with be denied with an `HTTP 403 Forbidden` +When internal-only access is enabled, external clients will be denied with an `HTTP 403 Forbidden` > If there is a load-balancer / reverse proxy in front of `nginx-proxy` that hides the client IP (example: AWS Application/Elastic Load Balancer), you will need to use the nginx `realip` module (already installed) to extract the client's IP from the HTTP request headers. Please see the [nginx realip module configuration](http://nginx.org/en/docs/http/ngx_http_realip_module.html) for more details. This configuration can be added to a new config file and mounted in `/etc/nginx/conf.d/`.