mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Add note about other containers
This commit is contained in:
@@ -20,6 +20,8 @@ real_ip_recursive on;
|
|||||||
include /config/nginx/cf_real-ip.conf;
|
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.~~
|
~~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.
|
This mod now adds `127.0.0.1` and *tries* to add the real ip from the interfaces in the container.
|
||||||
|
|||||||
Reference in New Issue
Block a user