diff --git a/.platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf b/.platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf new file mode 100644 index 0000000..aaebfa0 --- /dev/null +++ b/.platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf @@ -0,0 +1,3 @@ +if ($http_user_agent ~* (AhrefsBot|SemrushBot|SeekportBot|PetalBot|Qwantify-dev|CCBot|Bytespider) ) { + return 202; +} \ No newline at end of file