Hi, I want to filter out the following requests nginx: 127.0.0.1 - - [01/Dec/2008:13:10:15 +0100] "-" 400 0 I want to filter it out with a location match location = - { access_log off; return 444; } This doesn't work, any other method to match a "-" request? Regards Marlon