Skip to content

acte-technology/nginx-junk-reducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

nginx-junk-reducer

Block recurrent junk requests with Nginx.

This file was originally made to reduce junk in our Laravel application access logs.

Warning

This config file might not be compatible with your application. Read junk-reducer file before installing.

Do not use with applications below:

  • Wordpress
  • PhpMyAdmin
  • ASP.NET

Installation

  1. Copy junk-reducer file in /etc/nginx/
  2. Add in your server section:
server{
  ...
  ...
  ...
  include junk-reducer;
  
  ...
}
  1. Reload Nginx

About

Block recurrent requests from attackers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published