Change HTTP method of Sub request
agentzh
agentzh at gmail.com
Fri Mar 19 10:04:45 MSK 2010
On Fri, Mar 19, 2010 at 3:02 PM, agentzh <agentzh at gmail.com> wrote:
>
> location /proxy {
> set_unescape_uri $body $arg_body;
> echo_subrequest_async POST /fileserver -b $body
> }
>
Forgot to mention that set_unescape_uri is provided by the
ngx_set_misc module below:
http://github.com/agentzh/set-misc-nginx-module
and echo_subrequest_async is provided by the ngx_echo module:
http://github.com/agentzh/echo-nginx-module
Cheers,
-agentzh
More information about the nginx
mailing list