Re: nginx -> Dns server ?

2014-01-31 Thread Larry
Maybe this will make it : https://github.com/agentzh/lua-resty-dns anyone ? Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247062,247071#msg-247071 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ngi

"Zero size buf" Error on file upload

2014-01-31 Thread DamienR
Hi, I have a nginx server doing ffmpeg video conversions, we've noticed if we upload a file around 100Mb in size it won't upload and throws a "zero buf" error in nginx log; other logs not capture anything. 2014/01/31 22:18:49 [alert] 27455#0: *90757882 zero size buf in output t:0 r:0 f:1

Re: nginx -> Dns server ?

2014-01-31 Thread Bryan Harris
On Jan 31, 2014, at 2:35 PM, Larry wrote: > Hello, > > I just read that nginx has a resolver. > > Will it be able to replace our powerdns which just enables the basics ds > stuffs ? (lookup + ttl as usual) > > I rather prefer the nginx syntax and it would simplify the stack if we could > thro

nginx -> Dns server ?

2014-01-31 Thread Larry
Hello, I just read that nginx has a resolver. Will it be able to replace our powerdns which just enables the basics ds stuffs ? (lookup + ttl as usual) I rather prefer the nginx syntax and it would simplify the stack if we could throw out powerdns (which is good, that is not the question). Any