mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Fix typo
@@ -184,7 +184,7 @@ filter = vaultwarden[journalmatch='_SYSTEMD_UNIT=your_vaultwarden.service']
|
||||
Use these instead of `logpath = ` and `filter = ` variables.
|
||||
|
||||
**NOTE FOR BACKEND**
|
||||
If you installed fail2ban using such as `sudo apt install`, the `/etc/fai2ban/jail.conf` may using systemd as default backend. This default configuration item will result in the inability to monitor the log of logpath.
|
||||
If you installed fail2ban using such as `sudo apt install`, the `/etc/fail2ban/jail.conf` may using systemd as default backend. This default configuration item will result in the inability to monitor the log of logpath.
|
||||
|
||||
Add `backend = pyinotify` or `backend = inotify` to the `vaultwarden.local` config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user