Live data from Hacker News

Block AI bots crawlers on Nginx

github.com

11–13 of 13 posts

Re: Block AI bots crawlers on Nginx

#12
post #11

Earlier quoted context omitted.

That's the older syntax. What version of NGinx are you on? Only curious because there have been a few bug fixes. nginx -v

1.23.1

Here [1] are the summarized release notes that describe the bugs fixed in the latest versions. If you update the http2 flag/syntax changes to what I listed.

    http2 on; # instead of being in the listen line.
[1] - https://nginx.org/news.html
Post reply on HN