Please, help! My site is under DDoS attack now. Attackers load page: /?p={RANDOM_NUMBER}http://antijob.anho.org/
How to block all requests with it? Trying:
location / {
if ( $args = '' ) {
rewrite "(.*)antijob\.anho(.*)" http://google.com permanent;
}
But it doesn`t work.
Sorry for bad English.