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
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
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#
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
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
___
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
___
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
___
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