2014-10-28 43 views

回答

1

是的,你可以使用rewrite,每个参数都经过特殊的属性访问,例如:$ arg_jeff,$ arg_remove:

location = /index.html { 
    rewrite^http://www.example.com/index.html$is_args$arg_jeff&arg_test; 
}