mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-13 05:40:38 +01:00
fix setting tlsServerName and hostHeader conflict
This commit is contained in:
parent
f66fb7d4a3
commit
4ed98c227b
1 changed files with 2 additions and 2 deletions
|
@ -318,8 +318,8 @@ async function updateHttpResource(
|
||||||
domainId: updatePayload.domainId,
|
domainId: updatePayload.domainId,
|
||||||
enabled: updatePayload.enabled,
|
enabled: updatePayload.enabled,
|
||||||
stickySession: updatePayload.stickySession,
|
stickySession: updatePayload.stickySession,
|
||||||
tlsServerName: updatePayload.tlsServerName || null,
|
tlsServerName: updatePayload.tlsServerName,
|
||||||
setHostHeader: updatePayload.setHostHeader || null,
|
setHostHeader: updatePayload.setHostHeader,
|
||||||
fullDomain: updatePayload.fullDomain
|
fullDomain: updatePayload.fullDomain
|
||||||
})
|
})
|
||||||
.where(eq(resources.resourceId, resource.resourceId))
|
.where(eq(resources.resourceId, resource.resourceId))
|
||||||
|
|
Loading…
Reference in a new issue