Sub-request using Parent Request Body

Roman Vasilyev roman at anchorfree.com
Mon Jan 10 22:37:33 MSK 2011


Hi,

I've installed 
https://github.com/chaoslawful/lua-nginx-module/tarball/v0.1.2rc3
with this config
location / {
rewrite_by_lua '
return ngx.redirect("/terms-of-use.html")
';
include proxy.conf;
}
and it doesn’t rewrites anything, just working like without this line.
is it correct or something which we need to fix next?



More information about the nginx mailing list