Skip to content

Commit

Permalink
Merge pull request #527 from bcgov-nr/fix/wfRpServerPaths
Browse files Browse the repository at this point in the history
Fix server paths
  • Loading branch information
andrwils authored Dec 7, 2023
2 parents a01fd69 + 1d49cc4 commit 242b5fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/server/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"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"
}
},
{
"id": "wfint-rp",
"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"
}
},
{
"id": "wftst-rp",
"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"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion config/server/colony.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion config/server/neighborhood.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
],
Expand Down

0 comments on commit 242b5fb

Please sign in to comment.