From fc5007e5c66bb70ebdba7e89e14acfe1c62fe7e5 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sat, 9 Nov 2024 02:57:13 +0100 Subject: [PATCH] waf-to-abuseipdb --- ecosystem.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index f6a48b5..0564b43 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -14,9 +14,9 @@ module.exports = { // Logging settings log_date_format: 'HH:mm:ss.SSS DD.MM.YYYY', merge_logs: true, - log_file: '/home/sefinek/logs/other/waf-abuseipdb/combined.log', - out_file: '/home/sefinek/logs/other/waf-abuseipdb/out.log', - error_file: '/home/sefinek/logs/other/waf-abuseipdb/error.log', + log_file: '/home/sefinek/logs/other/waf-to-abuseipdb/combined.log', + out_file: '/home/sefinek/logs/other/waf-to-abuseipdb/out.log', + error_file: '/home/sefinek/logs/other/waf-to-abuseipdb/error.log', // Application restart policy wait_ready: true,