Hello!
On Wed, Apr 1, 2015 at 8:34 PM, Dai djczhj wrote:
> url含有验证参数的
> ngx.location.capture("/proxy",{args={url=url1},method = ngx.HTTP_PUT})
> ngx.location.capture("/proxy",{args={url=url2},method = ngx.HTTP_DELETE})
> 配置:
> location /proxy {
> set_unescape_uri $d $arg_url;
> #content_by_lua "ngx.say(ngx.var.d)";
> proxy_pass $d;
> }
>
建议查看一下你的 nginx 错误日志,看看有没有什么有趣的东西。
Regards,
-agentzh