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:
		
							parent
							
								
									0b15a729cf
								
							
						
					
					
						commit
						df31ac0e09
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -89,7 +89,7 @@ chain in **iptables**. Configure it in `/etc/fail2ban/jail.d/gitea-docker.conf`:
 | 
			
		|||
[gitea-docker]
 | 
			
		||||
enabled = true
 | 
			
		||||
filter = gitea
 | 
			
		||||
logpath = /home/git/gitea/log/gitea.log
 | 
			
		||||
logpath = /var/lib/gitea/log/gitea.log
 | 
			
		||||
maxretry = 10
 | 
			
		||||
findtime = 3600
 | 
			
		||||
bantime = 900
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue