This commit is contained in:
2025-05-29 11:30:42 +00:00
parent f1c012ec30
commit b0beeae19e
18 changed files with 420 additions and 426 deletions

View File

@ -73,10 +73,7 @@ export class HttpProxyBridge {
}
return {
domain,
target: route.action.target,
tls: route.action.tls,
security: route.action.security,
...route, // Keep the original route structure
match: {
...route.match,
domains: domain // Ensure domains is always set for HttpProxy