diff --git a/hosts/plover/modules/services/nginx.nix b/hosts/plover/modules/services/nginx.nix index eadfab0e..7a950208 100644 --- a/hosts/plover/modules/services/nginx.nix +++ b/hosts/plover/modules/services/nginx.nix @@ -38,5 +38,6 @@ services.fail2ban.jails = { nginx-http-auth = "enabled = true"; nginx-botsearch = "enabled = true"; + nginx-bad-request = "enabled = true"; }; }