mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## Version 2022/08/06
 | |
| # Fail2Ban jail configuration for nextcloud
 | |
| # Recommended modification to Nextcloud settings
 | |
| # https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html#file
 | |
| 
 | |
| # Set the following in config.php
 | |
| 
 | |
| # "log_type" => "file",
 | |
| # "logfile" => "/config/log/nextcloud/nextcloud.log",
 | |
| 
 | |
| [nextcloud-auth]
 | |
| 
 | |
| enabled  = false
 | |
| port     = http,https
 | |
| logpath  = %(remote_logs_path)s/nextcloud/nextcloud.log
 |