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
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);
:
:
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
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
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