On 4/29/17, Joerg Sonnenberger <[email protected]> wrote: > > Something like > > if ($http_user_agent ~* > (360Spider|80legs|App3leWebKit|Baiduspider|EasouSpider)) { > return 403; > } > from my nginx.conf is a great help :)
It helps some. But there are spiders that use UserAgent strings that are copied from Firefox and Chrome. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

