mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
move proxy related settings to new proxy tab for resource
This commit is contained in:
parent
f4fd33b47f
commit
91b4bb4683
14 changed files with 324 additions and 277 deletions
|
@ -41,7 +41,7 @@ export async function traefikConfigProvider(
|
|||
orgId: orgs.orgId
|
||||
},
|
||||
enabled: resources.enabled,
|
||||
stickySession: resources.stickySessionk,
|
||||
stickySession: resources.stickySession,
|
||||
tlsServerName: resources.tlsServerName,
|
||||
setHostHeader: resources.setHostHeader
|
||||
})
|
||||
|
@ -288,7 +288,7 @@ export async function traefikConfigProvider(
|
|||
? {
|
||||
sticky: {
|
||||
cookie: {
|
||||
name: "pangolin_sticky",
|
||||
name: "p_sticky", // TODO: make this configurable via config.yml like other cookies
|
||||
secure: resource.ssl,
|
||||
httpOnly: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue