nginx and unix socket set retry time.

2014-07-09 Thread ashishadhav
Hi , Is there a way to retry connection to an unix socket ( on which my fast cgi app is running ) for some time , instead of immediately responding 502 bad gateway and exiting ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251623,251623#msg-251623 _

Re: Cross-compiling Nginx for SAMA5D3 Xplained board

2014-07-09 Thread Maxim Dounin
Hello! On Wed, Jul 09, 2014 at 08:47:41AM +0400, Homutov Vladimir wrote: > On Tue, Jul 08, 2014 at 11:43:18PM -0400, willy7841 wrote: > > Hello Maxim Dounin, > > > > Thank you for your explanation. > > > > If I would like to run Nginx on embedded board, how could I do? > > > > Thanks for your hel

Re: i cant use limit_conn_zone

2014-07-09 Thread farukest
I realized now, master process off is not enough to playing HD movies. It gives error after a while. But i want to thank you because making block for a while, using master process and limit_conn destroyed the attacking. Now i turn my nginx.conf to master_process on. Everything is alright. Thank you

Re: i cant use limit_conn_zone

2014-07-09 Thread farukest
Thank you for your care. It works like a charm. But sometimes page is not loading correctly. what is the logic of "zone=addr:10m;" and i want to block website entering (fast entering) and last question what location should i define for "wp-content/uploads/somevideo.mp4" per ip. Thanks in advance yo