NGINX: Restrict access by IP address
Keep in mind that this is a static configuration, which is not very effective against adversarial attacks when an attacker constantly changes their tactics.
Denylisting (that's what NGINX calls it) is done through ngx_http_access_module, which provid...
blackfedora.dev2 min read