Hello,
I'd like for my application to send a 302 redirect (or equivalent) to an off-domain location (not my server). X-Accel-Redirect appears to be the best way to achieve this, but I don't see any reference to the URI being a reference to a different server.
Is something like the following allowed?
X-Accel-Redirect: http://www.google.com;
or
X-Accel-Redirect: http://img.pics.com/mypic.gif;
I get a 404 from nginx when attempting this. I do not have any X-specific header directives (block or pass) in my configuration.
To be clear, I don't mind debugging it myself, I just want to verify that this is possible before I spend too much time on it.
Cheers,
Dean