Bypass specific host in rate_limit !!

2016-12-06 Thread shahzaib mushtaq
Hi, Hopes you guys are doing great. Currrently, we're looking to activate rate_limit for our mp4 traffic the only confusion is if we can bypass some ip/host from rate_limit ? Thanks in advance !! Regards. Shahzaib ___ nginx mailing list nginx@nginx.org

Re: nginx error : cache file has too long header

2016-12-06 Thread Roman Arutyunyan
Hi, On Wed, Dec 07, 2016 at 02:02:32AM -0500, omkar_jadhav_20 wrote: > Hi , > > We are getting too many Cache file has too long header errors in nginx > error.log file. Some servers are getting such error as many as 273 times a > day. You should increase proxy_buffer_size. > Below is sample ngi

nginx error : cache file has too long header

2016-12-06 Thread omkar_jadhav_20
Hi , We are getting too many Cache file has too long header errors in nginx error.log file. Some servers are getting such error as many as 273 times a day. Below is sample nginx file in our environment : worker_processes auto; events { worker_connections 4096; use epoll; multi_accept on; } wo

Re: POST method with x-accel-redirect

2016-12-06 Thread Yong Li
Hi Francis, Yeah, I think this is what I need! Thanks a lot for your explanation, which definitely helps my design. Best, - Yong - Yong Y&R Computing On Tue, Dec 6, 2016 at 12:46 PM, Francis Daly wrote: > On Mon, Dec 05, 2016 at 09:01:09PM -0800, Yong Li wrote: > > Hi there, > > > But since

Re: POST method with x-accel-redirect

2016-12-06 Thread Francis Daly
On Mon, Dec 05, 2016 at 09:01:09PM -0800, Yong Li wrote: Hi there, > But since we upgraded it to 1.10.1 it seems the POST method > is changed to GET during the redirect. I saw Maxim had a post ( > https://forum.nginx.org/read.php?2,263661,264440#msg-264440) describing > this issue. But I am sti

Re: Fastcgi_pass, resolver, and validating functionality.

2016-12-06 Thread Francis Daly
On Tue, Dec 06, 2016 at 12:43:50PM -0500, ahamilton9 wrote: Hi there, > 1) Does using a variable in fastcgi_pass actually allow the resolver to run, > or is it just for proxy_pass as I've seen in 90% of examples? Observation suggests "yes". > 2) Is this configuration valid? It WORKS, but the re

Fastcgi_pass, resolver, and validating functionality.

2016-12-06 Thread ahamilton9
I have an nginx server (1.10.1) configured that sends requests for PHP files to our PHP tier by directing that traffic via fastcgi_pass to our PHP ELB (AWS's Elastic Load Balancer). We occasionally get outages that a hard stop/start of nginx solves, but are having trouble narrowing the issue down.