I'm trying to set up a rate limit for bots using my website, but if I add
limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
or anything of the sort to /etc/nginx/nginx.conf
in the http
block, before the includes I get
user@srv:~$ sudo service nginx restart
Restarting nginx: nginx: [emerg] unknown directive "limit_req_zone" in /etc/nginx/nginx.conf:11
I can't figure out why this is or where else to look for issues...
Any help appreciated!