mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## Version 2022/08/06
 | |
| # Fail2Ban jail configuration for nginx badbots
 | |
| # Works OOTB with defaults
 | |
| 
 | |
| [nginx-badbots]
 | |
| 
 | |
| enabled  = false
 | |
| port     = http,https
 | |
| logpath  = %(nginx_access_log)s
 | |
| filter   = apache-badbots
 | |
| maxretry = 2
 |