From 6a80609be44bcfbb24a20eb3d6b789804b4ed66d Mon Sep 17 00:00:00 2001 From: Jon Torre <78599298+JTorreG@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:50:33 +0100 Subject: [PATCH] fix: Change logrotate config file path in logs-overview.md Updated the default logrotate configuration file path for F5 WAF for NGINX. --- content/waf/logging/logs-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/waf/logging/logs-overview.md b/content/waf/logging/logs-overview.md index 90b41f3c1..dabd40153 100644 --- a/content/waf/logging/logs-overview.md +++ b/content/waf/logging/logs-overview.md @@ -101,7 +101,7 @@ F5 WAF for NGINX supports logrotate. It is typically run periodically using a cr If your system has logrotate available, F5 WAF for NGINX log files will rotate automatically based on the default configuration file. -The default logrotate configuration file is `/var/log/app_protect/*.log`: +The default logrotate configuration file is `/etc/logrotate.d`: ```none { @@ -131,4 +131,4 @@ To output security logs to the `/var/log/app_protect/` folder, update `/etc/ngin ```nginx app_protect_security_log_enable on; app_protect_security_log "/opt/app_protect/share/defaults/log_illegal.json" /var/log/app_protect/security.log; -``` \ No newline at end of file +```