Hi,
There is
location ~ ^/blahblah/
{
        internal;
}

There is also Apache which set header X-Accel-Redirect.
For example X-Accel-Redirect: /blahblah/1
but also set other headers. How in nginx copy all these headers to the client?
Do you know such a module?
Or how to write something like this?
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to