Bonjour,
Installing nextcloud on fedora 38, I think that it is a good idea to protect it with fail2ban.
Nice! There is a tuto to do this:
https://docs.nextcloud.com/server/25/admin_manual/installation/harden_server.html
[nextcloud]
backend = auto
enabled = true
port = 80,443
protocol = tcp
filter = nextcloud
maxretry = 3
bantime = 86400
findtime = 43200
logpath = /path/to/data/directory/nextcloud.log
But there is no nextcloud.log file even though syslog is enable in config.php!
What to do?
F.P.