From 1d49cc4fe19c9614bf0a94364f3dc1f6e740b455 Mon Sep 17 00:00:00 2001 From: Andreas Wilson <41663792+andrwils@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:16:00 -0800 Subject: [PATCH] Fix server paths --- config/server/block.json | 6 +++--- config/server/colony.json | 2 +- config/server/neighborhood.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/server/block.json b/config/server/block.json index cfab65e..d1d864d 100644 --- a/config/server/block.json +++ b/config/server/block.json @@ -17,7 +17,7 @@ "type": "apache_reverse_proxy", "context": { "environment": "wfdlv", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wfdlv{% else %}/sw_ux/httpd01/logs/hot{% endif %}/zone-httpd01-d1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wfdlv{% else %}/sw_ux/httpd01/logs/hot{% endif %}/block-httpd01-d1*-access*.log" } }, { @@ -25,7 +25,7 @@ "type": "apache_reverse_proxy", "context": { "environment": "wfint", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wfint{% else %}/sw_ux/httpd01/logs/hot{% endif %}/zone-httpd01-i1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wfint{% else %}/sw_ux/httpd01/logs/hot{% endif %}/block-httpd01-i1*-access*.log" } }, { @@ -33,7 +33,7 @@ "type": "apache_reverse_proxy", "context": { "environment": "wftst", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/zone-httpd01-t1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/block-httpd01-t1*-access*.log" } } ], diff --git a/config/server/colony.json b/config/server/colony.json index c2ff112..267ea88 100644 --- a/config/server/colony.json +++ b/config/server/colony.json @@ -18,7 +18,7 @@ "context": { "environment": "wftst", "eventDataset": "apache.access.internal", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/sector-httpd01-t1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/colony-httpd01-t1*-access*.log" } } ], diff --git a/config/server/neighborhood.json b/config/server/neighborhood.json index 576c103..b1aa526 100644 --- a/config/server/neighborhood.json +++ b/config/server/neighborhood.json @@ -18,7 +18,7 @@ "context": { "environment": "wftst", "eventDataset": "apache.access.internal", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/district-httpd01-t1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/neighborhood-httpd01-t1*-access*.log" } } ],