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

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to