Revert "chore: recover x-forwarded-proto"
This reverts commit f47906d6ff.
This commit is contained in:
parent
f47906d6ff
commit
9b628fff00
|
|
@ -19,9 +19,7 @@ data:
|
|||
dns cloudflare {env.CF_API_TOKEN}
|
||||
}
|
||||
|
||||
reverse_proxy xlog-internal.crossbell.svc:3000 {
|
||||
header_up x-forwarded-proto http
|
||||
}
|
||||
reverse_proxy xlog-internal.crossbell.svc:3000
|
||||
}
|
||||
|
||||
:8080 {
|
||||
|
|
@ -33,9 +31,7 @@ data:
|
|||
on_demand
|
||||
}
|
||||
|
||||
reverse_proxy xlog-internal.crossbell.svc:3000 {
|
||||
header_up x-forwarded-proto http
|
||||
}
|
||||
reverse_proxy xlog-internal.crossbell.svc:3000
|
||||
}
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
|||
|
|
@ -19,9 +19,7 @@ data:
|
|||
dns cloudflare {env.CF_API_TOKEN}
|
||||
}
|
||||
|
||||
reverse_proxy xlog-internal.crossbell.svc:3000 {
|
||||
header_up x-forwarded-proto http
|
||||
}
|
||||
reverse_proxy xlog-internal.crossbell.svc:3000
|
||||
}
|
||||
|
||||
:8080 {
|
||||
|
|
@ -33,9 +31,7 @@ data:
|
|||
on_demand
|
||||
}
|
||||
|
||||
reverse_proxy xlog-internal.crossbell.svc:3000 {
|
||||
header_up x-forwarded-proto http
|
||||
}
|
||||
reverse_proxy xlog-internal.crossbell.svc:3000
|
||||
}
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue