feat: remove servers { logs }
This commit is contained in:
parent
3bc8264d27
commit
fda7580404
1 changed files with 2 additions and 6 deletions
|
|
@ -40,12 +40,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable Caddy access logging (to journal via stderr)
|
# Each virtualHost already has a `log` block for access logging.
|
||||||
services.caddy.globalConfig = ''
|
# The global `servers { logs }` directive was removed in Caddy 2.11.
|
||||||
servers {
|
|
||||||
logs
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
|
|
||||||
environment.etc."fail2ban/filter.d/forgejo.conf".text = ''
|
environment.etc."fail2ban/filter.d/forgejo.conf".text = ''
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue