Nginx reverse proxy redirect

2020-08-11 Thread Dr_tux
Hi guys, I have a Nginx reverse proxy. How can I redirect it to the real server URL when I download mp3 files in the reverse proxy. For example: normal reverse proxy request goes to backend node, but If the url contains mp3, it redirects to another server. Thanks. Posted at Nginx Forum: https

njs-0.4.3

2020-08-11 Thread Dmitry Volyntsev
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release proceeds to extend the coverage of ECMAScript specifications. Notable new features: - querystring module. : var qs = require('querystring'); : : function fix_args(args) { : args = qs.parse(args); : :   

nginx-1.19.2

2020-08-11 Thread Maxim Dounin
Changes with nginx 1.19.211 Aug 2020 *) Change: now nginx starts closing keepalive connections before all free worker connections are exhausted, and logs a warning about this to the error log. *) Change: optimization of client request

Nginx reverse proxy issue long request

2020-08-11 Thread izhocell
I'm stuck on a problem for a long time now with two nginxs server which the first is acting as a reverse proxy and the second as the backend server. Here is my design : Client made a GET request on HTTP address from internet Reverse Proxy Handle it and reverse it to Backend server Backend server

Re: Request Time in Nginx Log as always 0.000 for HIT Request

2020-08-11 Thread anish10dec
Thanks Maxim for the explanation. Is there a way to figure out how much time Nginx took to deliver the files to the end user. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,288938,289054#msg-289054 ___ nginx mailing list nginx@nginx.org htt