thanks Francis for the additional info, very helpful!
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,279036,280872#msg-280872
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi Francis--
We got this working to wrap up the day. My ignorance of nginx meant that I
was interpreting the example literally--I viewed the "/mirror" as the name
for the internal route, but that actually becomes part of the URL the mirror
location proxy forwards to.
http {
server {
l
ps how do you format code in these posts? (It's not markdown)
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,279036,280833#msg-280833
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
hmm looks like the mirror kills the url. I need to understand how to do URL
rewrites, probably, but the original request's path isn't coming across to
the mirror location.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,279036,280829#msg-280829
_
Thanks for the posts Kenny & pbooth.
I have this problem as well. I am running nginx 1.15 under MacOS and also
experience this under Windows.
Requests successfully go to the server specified under the location but are
not received at the proxy_pass defined in the mirror location's proxy_pass.
Swi