Checkpoint production workflow updates
This commit is contained in:
@@ -709,6 +709,11 @@ if (Test-Path -LiteralPath "$NginxConfPath") {
|
||||
'(location\s+/api/tasks/active/stream\s*\{[\s\S]*?proxy_pass\s+)http://(127\.0\.0\.1|localhost):\d+(;)',
|
||||
"`${1}$BackendProxy`${3}"
|
||||
)
|
||||
$NewConfContent = [regex]::Replace(
|
||||
$NewConfContent,
|
||||
'(location\s+/api/tasks/runtime-summary/stream\s*\{[\s\S]*?proxy_pass\s+)http://(127\.0\.0\.1|localhost):\d+(;)',
|
||||
"`${1}$BackendProxy`${3}"
|
||||
)
|
||||
$NewConfContent = [regex]::Replace(
|
||||
$NewConfContent,
|
||||
'(location\s+/api/cluster/\s*\{[\s\S]*?proxy_pass\s+)http://(127\.0\.0\.1|localhost):\d+(;)',
|
||||
|
||||
Reference in New Issue
Block a user