Please help rewrite proper parameter

shiz nginx-forum at forum.nginx.org
Fri Apr 29 18:10:43 UTC 2016


For reference,  that snippet seem to have done the job.
I'm not redirecting them, I trash them though.

if ($args ~* "^param\%"){
  access_log off;
  return 410;
}

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,265514,266528#msg-266528



More information about the nginx mailing list