2014-10-28 37 views

回答

1

是的,你可以使用rewrite,每個參數都經過特殊的屬性訪問,例如:$ arg_jeff,$ arg_remove:

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