mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## Version 2022/08/06
 | |
| # Fail2Ban jail configuration for apache-badbots
 | |
| 
 | |
| # Ban hosts which agent identifies spammer robots crawling the web
 | |
| # for email addresses. The mail outputs are buffered.
 | |
| 
 | |
| [apache-badbots]
 | |
| 
 | |
| enabled     = false
 | |
| port        = http,https
 | |
| logpath     = %(apache_access_log)s
 | |
| bantime     = 48h
 | |
| maxretry    = 1
 |