mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
security/crowdsec: - update to version 1.2.3 security/crowdsec-firewall-bouncer: - update to version 0.0.20 - update pkg-message Add log rotation to both ports, and other small improvements. PR: 260262
12 lines
265 B
YAML
12 lines
265 B
YAML
--- config/acquis.yaml.orig 2021-12-15 10:39:37 UTC
|
|
+++ config/acquis.yaml
|
|
@@ -11,6 +11,8 @@ filenames:
|
|
labels:
|
|
type: syslog
|
|
---
|
|
-filename: /var/log/apache2/*.log
|
|
+filenames:
|
|
+ - /var/log/httpd-access.log
|
|
+ - /var/log/httpd-error.log
|
|
labels:
|
|
type: apache2
|