GET request with transfer-encoding causing issue

2016-05-23 Thread bclod
We have a client sending a GET request who is also erroneously sending a transfer-encoding : chunked Header. This is causing nginx to wait for the client to send data before the client finally times out. Is there anyway to tell nginx to ignore this header? We have asked the client to get their a

Re: nginx and HLS

2016-05-23 Thread Yuriy Medvedev
Hi. What protocol do you wanted use? 23 мая 2016 г. 19:47 пользователь "drook" написал: > Hi. > > I see there's a ngx_http_hls_module for HLS, but seems like it's for video > content, and I need to serve static mp3/audio files with nginx, prividing > some adaptive bitrate adjustment. Is it possib

nginx and HLS

2016-05-23 Thread drook
Hi. I see there's a ngx_http_hls_module for HLS, but seems like it's for video content, and I need to serve static mp3/audio files with nginx, prividing some adaptive bitrate adjustment. Is it possible with nginx ? Thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,267073,267073#

Re: Errorlog shows GET timeout; Accesslog shows POST

2016-05-23 Thread bclod
Francis, You are totally right! I forgot that that we were using some crap logic for the variables; we are switching this to $request_method (the actual built in variable). Your notes confirm to me what I was thinking all along: that the client is likely closing the connection after 5 seconds. W

Re: nginx on high load (upstream prematurely closed connection while reading response header from upstream)

2016-05-23 Thread muzi
Thankyou once again Francis Daly, i am now ignoring these errors, as i not see any errors in nginx access logs and site is working on high load and see 200 response code in access logs. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266978,267052#msg-267052 ___

Re: nginx on high load (upstream prematurely closed connection while reading response header from upstream)

2016-05-23 Thread muzi
Thankyou once again Francis Daly, i am now ignoring these errors, as i not see any errors in nginx access logs and site is working on high load and see 200 response code in access logs. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266978,267051#msg-267051 ___

Re: nginx on high load (upstream prematurely closed connection while reading response header from upstream)

2016-05-23 Thread muzi
Thankyou once again Francis Daly, i am now ignoring these errors, as i not see any errors in nginx access logs and site is working on high load and see 200 response code in access logs. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266978,267053#msg-267053 ___

reading config during run time

2016-05-23 Thread Pankaj Chaudhary
Hi, In my module i want to read config values run time. is there method available in nginx which i can use. Please suggest. Regards, Pankaj ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx