Hi All,
I'm trying to do a simple rewrite of a mirrored request, see the snippet
below. I'm under the impression that mirrored requests somehow cannot be
rewritten. Is this the case or am I doing something wrong here? Is there
some other way to get the job done?
location / {
mirror /mirror;
....
proxy_pass http://slave;
}
location /mirror {
internal;
rewrite prd-solr solr;
proxy_pass http://cloud;
}
Best regards,
Jurian
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx