He has a point - if your using multiple CDNs you can have many dozens of addresses for the real_ip module - it would be nice to be able to source them from a file.
Also last I checked the real_ip module did a linear search through all the addresses configured, its not an issue yet but at some point it would be worth changing that to some sort of tree structure. On Sun, Nov 8, 2015 at 9:03 PM, Reinis Rozitis <[email protected]> wrote: > I'm using CDN with my site. >> There are many IPs on network. >> set_real_ip_from only can add IP in one line. >> > > set_real_ip_from supports subnet masks, so you can more or less achieve > the same as in apache. > If you want an external file you can use include ( > http://nginx.org/en/docs/ngx_core_module.html#include ) just in the file > prefix each line with set_real_ip_from. > > p.s. some CDNs even provide copy/paste configurations ( like > https://support.cloudflare.com/hc/en-us/articles/200170706-How-do-I-restore-original-visitor-IP-with-Nginx > ) > > rr > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
