My clients wordpress websites is serving many 404 requests. After checking I could see that the 404 URLs are like
/wp-content/uploads/2015/8/a.png&_nc_hash=ASsvdeeknbhs
and it throws 404 error. But if we add a '?' after that filename, it will show the content. the working url was like
/wp-content/uploads/2015/8/a.png?&_nc_hash=ASsvdeeknbhs
How to set this redirection in nginx ? Please help me to achieve above redirection. Any good recommendations would be appreciated.