From 517ec0bcc5d24720348925776256c6f98b331ebb Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 16 Jan 2023 10:44:40 -0600 Subject: [PATCH] Add note about other containers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a3c6de..8156ca3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ real_ip_recursive on; include /config/nginx/cf_real-ip.conf; ``` +You may also need to add this mod (and the above config changes) to every nginx based container being proxied by SWAG. + ~~I also recommend including your docker-network as a valid ip `set_real_ip_from 172.17.0.0/16;` in the snippet above.~~ This mod now adds `127.0.0.1` and *tries* to add the real ip from the interfaces in the container.