Reputation: 51
I have a url which is similar to below
http://www.example.com/index.html?jeff=345kol&remove=ab67&test=tester123&ignore=78ujy
I want to remove "&remove" and "&ignore" arguments from the url and after removing its should like as below
http://www.example.com/index.html?jeff=345kol&test=tester123
Is it possible to implement it in Nginx ?
Upvotes: 2
Views: 2675