mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fixed log path in fail2ban documentation (#19103)
This updates the log path in the [gitea-docker] jail configuration to match the path in the [gitea] jail, which was updated in #13726.
This commit is contained in:
		@@ -89,7 +89,7 @@ chain in **iptables**. Configure it in `/etc/fail2ban/jail.d/gitea-docker.conf`:
 | 
				
			|||||||
[gitea-docker]
 | 
					[gitea-docker]
 | 
				
			||||||
enabled = true
 | 
					enabled = true
 | 
				
			||||||
filter = gitea
 | 
					filter = gitea
 | 
				
			||||||
logpath = /home/git/gitea/log/gitea.log
 | 
					logpath = /var/lib/gitea/log/gitea.log
 | 
				
			||||||
maxretry = 10
 | 
					maxretry = 10
 | 
				
			||||||
findtime = 3600
 | 
					findtime = 3600
 | 
				
			||||||
bantime = 900
 | 
					bantime = 900
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user