OpenSource CLI-App to install and handle stuff related to Web-Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
181 B

4 years ago
  1. # stop some known malicious bot request patterns
  2. [nginx-badbots]
  3. enabled = true
  4. port = http,https
  5. filter = apache-badbots
  6. logpath = /var/log/nginx/*access.log
  7. maxretry = 2