Caching servers in Local ISPs !!
itpp2012
nginx-forum at nginx.us
Wed Jun 18 18:24:33 UTC 2014
shahzaib1232 Wrote:
-------------------------------------------------------
>
> Btw, our local ISP provided us with some testing ip prefixes to check
> nginx
> based caching. i.e
> geo {
> default 0;
> 10.0.0.0/8
> 39.23.2.0/24 1;
> 112.50.192.0/18 1;
> }
>
Typo??
geo {
default 0;
10.0.0.0/8 1;
39.23.2.0/24 1;
112.50.192.0/18 1;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249997,251019#msg-251019
More information about the nginx
mailing list